Modified views for openstreetmap-carto-de.
authorUser for running Openstreetmap-things <osm@osm.rrze.uni-erlangen.de>
Fri, 25 Aug 2017 09:18:25 +0000 (11:18 +0200)
committerUser for running Openstreetmap-things <osm@osm.rrze.uni-erlangen.de>
Fri, 25 Aug 2017 09:18:25 +0000 (11:18 +0200)
commitd301d87301a2b0bb969eea340011a86fb323d12f
tree2bea896ff835e779d65736454a29193bad19b980
parent12b15999b3359fceb75af37d118e9bb994031499
Modified views for openstreetmap-carto-de.

Normally, osm-carto-de uses a hstore-only database, and emulates the things itself and openstreetmap-carto need with views on that.
We instead use the normal openstreetmap-carto-style (because it is faster and better maintained), and emulate what
osm-carto-de needs with views on that. These views have a _de appended to their name.
That means that we have to append a _de to all table-names in project.mml after
every update.
styles/osm-carto-de/views/view-line.sql [new file with mode: 0644]
styles/osm-carto-de/views/view-point.sql [new file with mode: 0644]
styles/osm-carto-de/views/view-polygon.sql [new file with mode: 0644]
styles/osm-carto-de/views/view-roads.sql [new file with mode: 0644]
This page took 0.051291 seconds and 4 git commands to generate.