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

Verify how the data is paginated on the map / table views #79

Open jessbeutler opened 5 years ago

jessbeutler commented 5 years ago

Data appearing in the Map Viewer does not align with the data that has been submitted to the server. Only a small percentage of the ways and nodes submitted appear.

Data in Map Viewer: map_viewer_buildings

Data when viewed in JOSM: map_viewer_josm_buildings

willemarcel commented 5 years ago

Hi @jessbeutler! Sorry for the delay. Was this happening at the Guatemala instance? Are you sure that difference was not because of the pagination we have on the map/table?

jessbeutler commented 5 years ago

Hi @willemarcel yes this was for the guatemala server. Just took a look and yes, it seems to be as a result of the pagination. Currently, the pagination isn't chronological which is why I thought data was not showing.

How is pagination sorted? Is there a way we can make that adjustable (i.e. sort by submission date, sort by device ID)?

willemarcel commented 5 years ago

I change the title to "Verify how the data is paginated on the map / table views"

I need to verify how it's being done and assure we have the same data on each page both in map and in table view.