hotosm / OpenMapKitServer

OpenMapKit Server is the lightweight server component of OpenMapKit that handles the collection and aggregation of OpenStreetMap and OpenDataKit data.
http://openmapkit.org
BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

include ODK data on the geojson endpoint #68

Closed willemarcel closed 6 years ago

willemarcel commented 6 years ago

Solves https://github.com/hotosm/OpenMapKitServer/issues/57

smit1678 commented 6 years ago

@willemarcel Looks like data is getting in there correctly 👍 but I have one question, I'm seeing points and polygons (which is fine in the case when a survey collects both) but it looks like there is a geojson layer for all the nodes of the buildings and then one layer for all the ways. I see this on the map view as well. Is this an issue or just how OSM files are converted to geojson?

omk-geojson

willemarcel commented 6 years ago

@smit1678 I fixed this issue. Could you test it again?