Clément Renaud
Clément Renaud
yes, this should be a priority. We can use this lib : https://yuzhva.github.io/react-leaflet-markercluster/
Yep sure. You can look into this lib that makes easy to use with our actual react app https://github.com/YUzhva/react-leaflet-markercluster > On 2 May 2018, at 16:23, gregory bahde wrote: >...
What is the version of leaflet installed currently ? npm list | grep leaflet On Thu, May 3, 2018, 8:35 AM gregory bahde wrote: > full return: > > └──...
Actually this looks more promising : https://github.com/OpenGov/react-leaflet-cluster-layer
The main question is what will be the best approach for clustering. To cluster, the network we need to first cluster the markers based on zoom, then parse edges again...
:crying_cat_face: sorry, there is no emailing in the current release. Do you use the online version ? * you can register here : https://app.topogram.io/sign-up * then sign in here https://app.topogram.io/sign-in
Yes, I should definitely fix the icons, it is totally unclear right now. All the text is default from the Meteor users/login package, but needs an update as well. Thanks...
I will say - Sass for styling at the app level (typo, layout, etc) - Inline CSS at the component level A while backed I noticed this rep which may...
For inline styling , a nice convention is to have a `styles` object at the top of the .jsx file with all the styling inside ``` const styling = {...
So far, tstyling is done by a mix of 1) maintaining a separate `.scss` file in the component folder to store general styling and 2) use `.jsx` inline css to...