Skip to content

Commit 1d4e6f2

Browse files
committed
First cut and land usage
1 parent fb7493d commit 1d4e6f2

File tree

14 files changed

+3747
-12
lines changed

14 files changed

+3747
-12
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/images/
33
/legendsamples/
44
/marlin/
5+
/gwc-layers/

global.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<queueType>UNBOUNDED</queueType>
3030
<imageIOCacheThreshold>10240</imageIOCacheThreshold>
3131
</coverageAccess>
32-
<updateSequence>525</updateSequence>
32+
<updateSequence>625</updateSequence>
3333
<featureTypeCacheSize>0</featureTypeCacheSize>
3434
<globalServices>true</globalServices>
3535
<xmlPostRequestLogBufferSize>1024</xmlPostRequestLogBufferSize>

layergroups/osm.xml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
<published type="layer">
3737
<id>LayerInfoImpl--3afbe93:15a98fb383b:-7ff3</id>
3838
</published>
39+
<published type="layer">
40+
<id>LayerInfoImpl--7b086ca4:15c4954cedf:-7ffe</id>
41+
</published>
3942
<published type="layer">
4043
<id>LayerInfoImpl--7d0bbe0a:15b95bcc902:-7ffc</id>
4144
</published>
@@ -53,6 +56,7 @@
5356
<style/>
5457
<style/>
5558
<style/>
59+
<style/>
5660
</styles>
5761
<bounds>
5862
<minx>-2.0037508342789244E7</minx>

osm/mapping.yml

+13-6
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,9 @@ tables:
243243
type: string
244244
- name: type
245245
type: mapping_value
246-
- name: area
247-
type: webmerc_area
246+
- key: religion
247+
name: religion
248+
type: string
248249
- args:
249250
values:
250251
- land
@@ -274,7 +275,7 @@ tables:
274275
- university
275276
- golf_course
276277
- allotments
277-
- common
278+
- common
278279
- pitch
279280
- sports_centre
280281
- garden
@@ -290,11 +291,12 @@ tables:
290291
- cemetery
291292
- forest
292293
- park
294+
- dog_park
293295
- playground
294296
- footway
295297
- pedestrian
296298
name: z_order
297-
type: enumerate
299+
type: enumerate
298300
mapping:
299301
aeroway:
300302
- runway
@@ -319,8 +321,6 @@ tables:
319321
barrier:
320322
- hedge
321323
highway:
322-
- pedestrian
323-
- footway
324324
- services
325325
- rest_area
326326
landuse:
@@ -366,6 +366,9 @@ tables:
366366
- picnic_table
367367
- track
368368
- dog_park
369+
- swimming_pool
370+
- water_park
371+
- marina
369372
man_made:
370373
- pier
371374
military:
@@ -386,6 +389,8 @@ tables:
386389
- wood
387390
- sand
388391
- bare_orock
392+
- mud
393+
- marsh
389394
place:
390395
- island
391396
power:
@@ -399,6 +404,8 @@ tables:
399404
- camp_site
400405
- caravan_site
401406
- picnic_site
407+
railway:
408+
- station
402409
type: polygon
403410
places:
404411
fields:

0 commit comments

Comments
 (0)