Fixes to write to a postgres db table correctly, and matching on the requestId as now passed in the map-packer queue message.
Improve the OSM XML parsing by using osmtogeojson/parse_osmxml and get rid of xmldom which was resulting in memory timeout issues reading large OSM files.
In the render result, return filename as distinct from as file location.
Follow-on PR to https://github.com/ConservationMetrics/mapgl-tile-renderer/pull/51, this PR introduces a few changes:
requestId
as now passed in the map-packer queue message.osmtogeojson/parse_osmxml
and get rid ofxmldom
which was resulting in memory timeout issues reading large OSM files.