clarisma / geodesk-py

Fast and storage-efficient spatial database engine for OpenStreetMap data
https://docs.geodesk.com/python
GNU Lesser General Public License v3.0
36 stars 0 forks source link

Incorrect formatting of wide-number tag values in GeoJSON #60

Closed clarisma closed 1 month ago

clarisma commented 2 months ago

{"type":"FeatureCollection","generator":"geodesk-py/0.1.11","features":[{"type":"Feature","id":"N419248968","geometry":{"type":"Point","coordinates":[18.9482141,69.6850657]},"properties":{"place":"suburb","name":"Sjømannsbyen","alt_name":"Mortensnes","ssr:stedsnr":9223.372036854775808}}]}

ssr:stedsnr should be 118031

clarisma commented 1 month ago

Fixed in 0.1.13