dwilhelm89 / Ethermap

Ethermap - A realtime collaborative, version controlled map editor.
Apache License 2.0
125 stars 20 forks source link

add GeoJSON import & export #5

Closed noerw closed 8 years ago

noerw commented 8 years ago

I added functionality to import geojson data into the map. This enables the reuse of existing datasets in/from other applications.

To do so, a new sidebar panel "Tools" is introduced: screenshot from 2016-09-01 19-57-10

Also, some other improvements were made:

dwilhelm89 commented 8 years ago

Very nice changes. Thanks a lot!

However, there are two issues which should be fixed before merging.

Imported GeoJSON features do not seem to be synchronized between different clients. They only appear after another edit or after refreshing the page.

Apparently, there is still a little design issue left to fix (FF and Chrome). image

noerw commented 8 years ago

oops. fixed in e4efb794ffa1c62510f0bac73cfafba44c9dc083 :)