-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add map-based latitude/longitude value editor for geocoordinate data type #835
Comments
This is an interesting idea Kohei! Thanks. This could be similar to the color picker: a small icon on the left which opens a popup with a map with marker, where you can see and change the marker location. What location data formats do you have in mind? More broadly thinking: we could look into support for GeoJSON objects in general (points, polygons, rectangles, etcetera) similar to http://geojson.io. There may be issues with selecting a free tile layer, this often is paid. So I think that should be customizable. We could look into leaflet+openstreatmap for example. Do you have ideas? |
Hi Jos,
I think it's better to allow users to register their own templates.
I agree.
Yes, that is my another point. And about implementation, leaflet is OK for light casual use, but for future, now that tilemaps are starting to switch from rasters to vectors, leaflet won't be able to handle them in the vector-centric age. |
Sounds good 👍 Anyone interested in implementing this? (Before starting I think it's good to discuss the technical details) |
If someone make this part,
then I can do this part
|
@kochizufan thanks for your offer, If you like we can work together on a PR. |
I think we have to have a look how to integrate a map solution: embedding a large map library just for this specific case may be overkill, we have to think that through. |
Are there any plugin-like structure? |
JSON editor is great, but it is difficult to maintain geographical value with just editing text function.
Would you please add map-based editing function for geographical value?
If you decide it, I'm not good for JSON editor source code, but I'm somehow map library and geographical knowledge expert, so I can support you.
Regards,
Kohei
The text was updated successfully, but these errors were encountered: