{"id":13735647,"url":"https://github.com/mubashirqasim/leafletGeocoderRshiny","last_synced_at":"2025-05-08T12:30:46.295Z","repository":{"id":82671262,"uuid":"88096597","full_name":"mubashirqasim/leafletGeocoderRshiny","owner":"mubashirqasim","description":null,"archived":false,"fork":false,"pushed_at":"2017-04-28T04:59:00.000Z","size":337,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-17T12:10:26.768Z","etag":null,"topics":["htmlwidget","leaflet","leaflet-map","leaflet-plugins","leaflet-search","rshiny"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mubashirqasim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-04-12T21:12:27.000Z","updated_at":"2017-06-18T22:27:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"9875830d-1a8d-4e28-ae54-68ffdfb51fda","html_url":"https://github.com/mubashirqasim/leafletGeocoderRshiny","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mubashirqasim%2FleafletGeocoderRshiny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mubashirqasim%2FleafletGeocoderRshiny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mubashirqasim%2FleafletGeocoderRshiny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mubashirqasim%2FleafletGeocoderRshiny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mubashirqasim","download_url":"https://codeload.github.com/mubashirqasim/leafletGeocoderRshiny/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253068347,"owners_count":21848790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["htmlwidget","leaflet","leaflet-map","leaflet-plugins","leaflet-search","rshiny"],"created_at":"2024-08-03T03:01:09.270Z","updated_at":"2025-05-08T12:30:45.602Z","avatar_url":"https://github.com/mubashirqasim.png","language":"CSS","readme":"# Leaflet Geo-coder for Rshiny\r\n\r\n[![Build Status](https://travis-ci.org/mubashirqasim/leafletGeocoderRshiny.svg)](https://travis-ci.org/mubashirqasim/leafletGeocoderRshiny)\r\n\r\nThis html widget is built embed the following on [leaflet maps](http://leafletjs.com/) in your shinyapp:\r\n* State of the art [leaflet-geocoder](https://github.com/mapzen/leaflet-geocoder) by [Mapzen](https://mapzen.com/) using [Pelias](http://pelias.io/) package, see example [here](https://mapzen.github.io/leaflet-geocoder/#6/-40.330/175.979)\r\n* [Leaflet Control Search](https://github.com/stefanocudini/leaflet-search)\r\n\r\n## Installation\r\nGithub version can be installed by running the following:\r\n\r\n```r\r\nif (!require('devtools')) install.packages('devtools')\r\ndevtools::install_github('mubashirqasim/leafletGeocoderRshiny')\r\n```\r\n\r\n## Example\r\n### [Leaflet + Mapzen Search geocoding plugin](https://github.com/mapzen/leaflet-geocoder)\r\n\r\n```r\r\nlibrary(leaflet)\r\nlibrary(leafletGeocoderRshiny)\r\n\r\nleaflet(data = quakes) %\u003e%\r\n  addTiles() %\u003e%\r\n  leafletMapSearch()\r\n```  \r\n\r\n![capture](https://cloud.githubusercontent.com/assets/8086373/24949630/679cf568-1fc2-11e7-92fb-e66d3a2d7732.png)\r\n\r\n## [Leaflet + Leaflet Control Search](https://github.com/stefanocudini/leaflet-search)\r\n\r\n```r\r\nlibrary(leaflet)\r\nlibrary(leafletGeocoderRshiny)\r\n\r\nleaflet(data = quakes) %\u003e%\r\n  addTiles() %\u003e%\r\n  addCircleMarkers(~long, ~lat, popup = ~as.character(mag),\r\n             group = 'marker', label = ~as.character(mag)) %\u003e%\r\n  addDataSearchMarker('marker', position = 'topleft', propertyName = 'popup')\r\n```\r\n\r\n![capture](https://cloud.githubusercontent.com/assets/8086373/24983519/9083dd74-203b-11e7-8c0a-42fea21f3e7e.png)\r\n\r\n## License\r\nThis package is licensed to you under the terms of the [GNU General Public\r\nLicense](http://www.gnu.org/licenses/gpl.html) version 3 or later.\r\n","funding_links":[],"categories":["Visualization"],"sub_categories":["Maps and Spatial Data"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmubashirqasim%2FleafletGeocoderRshiny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmubashirqasim%2FleafletGeocoderRshiny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmubashirqasim%2FleafletGeocoderRshiny/lists"}