russellporter / openskidata-processor

Data pipeline for processing OpenStreetMap and Skimap.org data into OpenSkiData and OpenSkiMap tiles
31 stars 3 forks source link

ski_areas.geojson location information is missing #26

Open dhimmel opened 3 weeks ago

dhimmel commented 3 weeks ago

I downloaded https://tiles.skimap.org/geojson/ski_areas.geojson on 2024-08-17 and noticed the location fields have a new schema, which is nicely defined in openskidata-format. So now all location information will be nested under the location field.

However, it appears that all ski areas have a null value for location rather than actual information. So perhaps the code to generate ski_areas.geojson must be updated for the new schema?

dhimmel commented 3 weeks ago

I think I was mistaken that the location schema changed. Location information was always nested, just now all values are missing.