FixMyBerlin / atlas-app

Radverkehrsatlas provides access to bicycle infrastructure data from OpenStreetMap (OSM) for administrative staff.
https://radverkehrsatlas.de/
GNU Affero General Public License v3.0
11 stars 4 forks source link

Rework Downloads to Allow Exports of Large Regions #142

Closed rush42 closed 3 weeks ago

rush42 commented 3 weeks ago

TODO:

rush42 commented 3 weeks ago

FlatGeoBuf has no top-level attributes. Because we currently have the attribution and license in the top-level attributes (in the FeatureCollection) we need an alternative solution to inform about attribution and license. I currently have two solutions in mind:

  1. export a zip archive which contains the data as .fbg file and a license.md
  2. add the license to each objects attributes
rush42 commented 3 weeks ago

I'll merge this anyway to test the performance on larger regions.