go-spatial / tegola-osm

Various scripts for importing and running a mirror of OSM with tegola
https://demo.tegola.io
MIT License
73 stars 26 forks source link

Add maritime and disputed to boundaries import in imposm3.json #31

Open PetersonGIS opened 6 years ago

PetersonGIS commented 6 years ago

Where tags include "maritime"=>"yes" and/or "boundary_type"=>"maritime", make a column in osm_admin_areas called "maritime" and set to 1 or yes. There may be one or more additional maritime tag indicators. We should search the existing db to see.

Where tags include "boundary_disputed"=>*, make a column in osm_admin_areas called "disputed" and set to 1 or yes. There may be one or more additional disputed tag indicators. We should search the existing db to see.