|
77 | 77 | 0:'"data/simplified_land_polygons"', |
78 | 78 | 9:'"data/land_polygons"' |
79 | 79 | }, |
| 80 | + 'land_opacity': 100, |
80 | 81 | 'land_epsg': { |
81 | 82 | 0:'"init=epsg:3857"', |
82 | 83 | }, |
|
90 | 91 | }, |
91 | 92 | 'display_waterarea_lbl' : {0:0, 6:1}, |
92 | 93 | 'display_waterarea_outline': {0:0, 14:1}, |
| 94 | + 'waterarea_opacity': 100, |
93 | 95 | 'waterarea_clr': '"#B3C6D4"', |
94 | 96 | 'waterarea_ol_clr': '"#B3C6D4"', |
95 | 97 | 'waterarea_ol_width': 0, |
|
109 | 111 | 9:'"geometry from (select geometry, osm_id, type, OSM_NAME_COLUMN as name from OSM_SCHEMA.OSM_PREFIX_waterways_gen1 where type=\'river\') as foo using unique osm_id using srid=OSM_SRID"', |
110 | 112 | 12:'"geometry from (select geometry, osm_id, type, OSM_NAME_COLUMN as name from OSM_SCHEMA.OSM_PREFIX_waterways) as foo using unique osm_id using srid=OSM_SRID"' |
111 | 113 | }, |
| 114 | + 'waterways_opacity': 100, |
112 | 115 |
|
113 | 116 | 'canal_width': { |
114 | 117 | 0:0, |
|
188 | 191 | \'military\',\'park\',\'golf_course\',\'hospital\',\'parking\',\'stadium\',\'sports_center\',\ |
189 | 192 | \'pitch\',\'pier\') order by area desc) as foo using unique osm_id using srid=OSM_SRID"' |
190 | 193 | }, |
191 | | - |
| 194 | + 'landusage_opacity': 100, |
192 | 195 | 'display_industrial': 1, |
193 | 196 | 'industrial_clr': '"#d1d1d1"', |
194 | 197 | 'industrial_ol_clr': '"#d1d1d1"', |
|
266 | 269 | 'forest_lbl_ol_width': 2, |
267 | 270 |
|
268 | 271 | 'display_transport_areas' : {0:0,11:1}, |
| 272 | + 'transport_opacity': 100, |
269 | 273 | 'transport_clr': '200 200 200', |
270 | 274 | 'display_transport_lbl' : {0:0, 12:1}, |
271 | 275 | 'transport_font': "sc", |
|
284 | 288 | 11:'"geometry from (select osm_id,geometry,OSM_NAME_COLUMN as name,ref,type from OSM_SCHEMA.OSM_PREFIX_roads order by z_order asc) as foo using unique osm_id using srid=OSM_SRID"', |
285 | 289 | 14:'"geometry from (select osm_id,geometry,OSM_NAME_COLUMN as name,ref,type||bridge||tunnel as type from OSM_SCHEMA.OSM_PREFIX_roads order by z_order asc, st_length(geometry) asc) as foo using unique osm_id using srid=OSM_SRID"', |
286 | 290 | }, |
| 291 | + 'roads_opacity': 100, |
287 | 292 |
|
288 | 293 | 'tunnel_opacity': 40, |
289 | 294 |
|
|
659 | 664 | 0:0, |
660 | 665 | 8:1 |
661 | 666 | }, |
| 667 | + 'railway_opacity': 100, |
662 | 668 | 'railway_clr': '"#777777"', |
663 | 669 | 'railway_width': { |
664 | 670 | 0:0.5, |
|
680 | 686 | 'border_epsg': { |
681 | 687 | 0: '"init=epsg:4326"' |
682 | 688 | }, |
| 689 | + 'border_opacity': 100, |
683 | 690 |
|
684 | 691 | 'display_border_2': { |
685 | 692 | 0:1 |
|
789 | 796 | 0: 0, |
790 | 797 | 15:1 |
791 | 798 | }, |
| 799 | + 'building_opacity': 100, |
792 | 800 | 'building_clr': '"#bbbbbb"', |
793 | 801 | 'building_ol_clr': '"#333333"', |
794 | 802 | 'building_ol_width': { |
|
812 | 820 | 0:0, |
813 | 821 | 10:1 |
814 | 822 | }, |
| 823 | + 'aeroways_opacity': 100, |
815 | 824 | 'runway_clr': "180 180 180", |
816 | 825 | 'runway_width': { |
817 | 826 | 0:1, |
|
850 | 859 | 11: '"geometry from (select * from OSM_SCHEMA.OSM_PREFIX_places where type in (\'city\',\'town\',\'village\') and OSM_NAME_COLUMN is not NULL order by population asc nulls first) as foo using unique osm_id using srid=OSM_SRID"', |
851 | 860 | 13: '"geometry from (select * from OSM_SCHEMA.OSM_PREFIX_places where OSM_NAME_COLUMN is not NULL order by population asc nulls first) as foo using unique osm_id using srid=OSM_SRID"', |
852 | 861 | }, |
| 862 | + 'places_opacity': 100, |
853 | 863 | 'display_capitals': 0, |
854 | 864 | 'display_capital_symbol': { |
855 | 865 | 0:1, |
|
0 commit comments