aboutsummaryrefslogtreecommitdiffstats
path: root/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/config.yml b/config.yml
index 7c2066b..385baa8 100644
--- a/config.yml
+++ b/config.yml
@@ -68,6 +68,8 @@ layer-groups:
mrr: 'mrr:*'
ri: 'ri:*'
svk: 'svk:*'
+ misc:
+ - gigafactories
# Global GDAL/OGR configuration options, cf. https://gdal.org/user/configoptions.html and
@@ -3967,6 +3969,7 @@ layers:
transform-geometry: centroid
maxzoom: 6
stationsomraden:
+ target_name: stationer
minzoom: 7
'svk:transmissionsnatsprojekt':
@@ -3992,3 +3995,28 @@ layers:
'voltage': Voltage
'url': Url
publish: transmissionsnatsprojekt
+
+ 'gigafactories':
+ description: Stora industrisatsningar
+ create:
+ geometry-type: MULTIPOLYGON
+ fields:
+ - name: Name
+ type: String
+ width: 254
+ - name: Url
+ type: String
+ width: 254
+ import:
+ path: custom/gigafactories.geojson
+ format: GeoJSON
+ field-map:
+ 'name': Name
+ 'url': Url
+ publish:
+ gigafactories_points:
+ transform-geometry: centroid
+ target_name: gigafactories
+ maxzoom: 5
+ gigafactories:
+ minzoom: 6