pnorman / bolder

A new open client-side style for OpenStreetMap data
Other
16 stars 2 forks source link

External datasource loading #9

Closed pnorman closed 6 years ago

pnorman commented 7 years ago

With vector tiles it's necessary to load external data sources like oceans into the database. I'd like to do this with a proper script that separates the declaration of what data is needed from the code, and handles tracking updates.

I have some code I can reuse for this.

pnorman commented 6 years ago

Implemented