Closed pmgouveia closed 7 years ago
Good idea, I didn’t know about it!
Would it be possible for you to share a link to a FacilMap that crashes? (For example the read-only link to your map)
ei, i was trying to implement this but i didn't find a good way to debug the frontend. here is my first approach! https://github.com/pmgouveia/facilmap2/tree/markercluster
my map is localhost, i implemented a script to import a csv file... to a default pad! it only works for mysql because i was to lazy to check how to implement it with sequelize.
https://github.com/pmgouveia/facilmap2/tree/oilmap/scripts
you can download the data from https://incidentnews.noaa.gov/raw/index
I was able to run it now.. ! it was just about running npm run build
before refreshing the browser...
Hey, thanks for the contribution. I used your code with some modifications.
I made the feature optional, as in some maps that I am using, the marker cluster would be very annoying. So there is a checkbox in the Map Settings now where you can enable it.
The feature is in the source code already, but not on https://facilmap.org/ yet (as there is trouble with the Dockerfile right now). I will install it there soon.
yay i made a branch tryin to solve docker stuff not finished though :/
On 26 de Fevereiro de 2017 16:28:55 CET, Candid Dauth notifications@github.com wrote:
Hey, thanks for the contribution. I used your code with some modifications.
I made the feature optional, as in some maps that I am using, the marker cluster would be very annoying. So there is a checkbox in the Map Settings now where you can enable it.
The feature is in the source code already, but not on https://facilmap.org/ yet (as there is trouble with the Dockerfile right now). I will install it there soon.
-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/FacilMap/facilmap2/issues/53#issuecomment-282563616
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.
The Dockerfile should be working again.
Note that the file structure has changed quite a lot in the last couple of days, so it might be difficult to merge your changes.
Marker clusters are now available on https://facilmap.org/
yep... im using a script to import data to a facilmap... and kaboom it crashes..
it has 3.000 points only. markercluster is an easy option!