-
Hi,
First of all, thank you for this great package !
I want to use `leafgl` to display a large shapefile (~35000 polygons) in Shiny.
The user can choose a variable to map and the map is updated…
-
Are you interested in using different maps Javascript for the browser UI? Thinking specifically of [Leaflet](http://leafletjs.com/). The main advantage is Leaflet doesn't require a Google API key to v…
-
I would like to propose an extension of behavior of leaflet grouping feature for bubble plots: to total (sum, not count) on grouping and preserve a round red bubble shape dependent on value and consi…
-
The current implementation of supporting plugins is very monolithic and puts a lot of complexity into the core of ui-leaflet. Myself and @jessertaylor are proposing we de-scope ui-leaflet and come up …
-
Current UI for drawing zone polygon is a die&retry experience.
Some usual features are expected from users to avoid painful drawing:
- undo last point (simple)
- edit zone shape (complex)
Cur…
-
**Is your feature request related to a problem? Please describe.**
Sometimes uMap is used to visualize historical events as an alternative to the popular [ArcGIS StoryMaps](https://storymaps.arcgis.c…
1ec5 updated
5 months ago
-
I just add simple marker like:
` markers: {
carMarker: {
lat: 56.99611,
lng: 40.97858,
}
},
`
but not see it in browser, in console 404 error:
`http://domain.com/css/im…
-
**Is your feature request related to a problem? Please describe.**
Add a UI for editing App Resources:
- [ ] Add sp7-exclusive Institutional prefs (similar to Collection Prefs added in https://gith…
-
I have a performance issue when `Leaflet.TimeDimension` shows many markers. To demonstrate this I created a jsbin which draws circleMarkers on a single canvas:
http://playground-leaflet.rhcloud.com/ru…
-
Dear Daniel
Thanks for yout RleafletTools, I want to plot it in with shinyR, however it cannot work well.
the code is below
data("breweries91",package="leaflet")
breweries91$goodbeer%
ad…