-
Notifications
You must be signed in to change notification settings - Fork 2.3k
GeoJSON popup. #102
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 popup. #102
Conversation
|
@birdage Can you review. I hard-coded the |
|
@ocefpaf this one cant be merged |
|
@birdage rebased and over to you. |
|
looks good |
|
Thanks, not tested but looks promising ! I have a quick follow-up request though: In geoJSON file I only have the polygon data (and I don't want to modify the file), which I believe is the case for most of the people. Instead, I would like to keep popup contents in other places such as a column in a pandas dataframe or in a JSON (I can modify the file produced by data_out=data.json) as I would like to create maps with different popup contents but with the same layout. So, could you please also extend the feature so that we could be able to feed the popup content via data_1 JSON as an alternative to gjson_1 JSON ? Thanks again ! |
|
Hi @oztalha, We are running a little low on man power. To make sure your request will be attended one day you should open a new issue with that. We do not look for pending actions on merged PR and closed issues. (Also, patches are welcome 😜 ) |
|
Thanks. I will move out of my comfort zone and hopefully learn JS soon; then see me :-) |
This closes #100 and #3. Request #6 is a little bit trickier and will demand more thinking.