-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeoJSON added via REST not appearing in clusters #20
Comments
me, too. i have no thought. so sad |
Unfortunately not, sorry. |
I'm reading you guys, but sadly didn't have the time to look into this. Will try to look into it this weekend, comment here so it reaches my mail and I don't forget! |
it seems that cluster only works on the array of geojson. |
Any news? |
Wait for update too |
Setting geojson data once works for me, but changing the geojson data does not work. |
Confirm, waiting for correction. |
Same thing, still no work around ? |
I'm getting some geojson data via a RESTful API call in the
created()
method which I store in the variableapplications
. This variable is initialized asnull
:I am passing the variable into the template as such (ignore the l- prefix, I renamed them so they were consistent with the other leaflet components):
The problem is I never see the clusters on the map! It does work if I manually set the points within the
data()
method though. My thought is that it is not dynamically binding and refreshing when data is added?Has anyone experienced similar or can advise what to do?
Many thanks,
Will
The text was updated successfully, but these errors were encountered: