From 57d42145128085ff0c825df839381c3fa5236a44 Mon Sep 17 00:00:00 2001 From: Nickolas Gupton Date: Wed, 28 Aug 2024 12:51:42 -0500 Subject: [PATCH 1/2] Add operator presets for highway=street_lamp --- data/operators/highway/street_lamp.json | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 data/operators/highway/street_lamp.json diff --git a/data/operators/highway/street_lamp.json b/data/operators/highway/street_lamp.json new file mode 100644 index 00000000000..98b9db2c0de --- /dev/null +++ b/data/operators/highway/street_lamp.json @@ -0,0 +1,39 @@ +{ + "properties": { + "path": "operators/highway/street_lamp", + "exclude": { + "generic": ["^street_lamp$"] + } + }, + "items": [ + { + "displayName": "CenterPoint Energy", + "locationSet": {"include": ["us"]}, + "tags": { + "operator": "CenterPoint Energy", + "operator:wikidata": "Q1053560", + "highway": "street_lamp" + } + }, + { + "displayName": "Puget Sound Energy", + "locationSet": {"include": ["us"]}, + "tags": { + "operator": "Puget Sound Energy", + "operator:wikidata": "Q7258927", + "operator:short": "PSE", + "highway": "street_lamp" + } + }, + { + "displayName": "Seattle City Light", + "locationSet": {"include": ["us"]}, + "tags": { + "operator": "Seattle City Light", + "operator:wikidata": "Q7442080", + "operator:short": "SCL", + "highway": "street_lamp" + } + } + ] +} From 137004665b66c9afa57324519d4da79ca9a840c6 Mon Sep 17 00:00:00 2001 From: Nickolas Gupton Date: Wed, 28 Aug 2024 12:54:38 -0500 Subject: [PATCH 2/2] Change Puget Sound Energy and Seattle City Light to use us-wa.geojson --- data/operators/highway/street_lamp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/operators/highway/street_lamp.json b/data/operators/highway/street_lamp.json index 98b9db2c0de..4a9c029ce3f 100644 --- a/data/operators/highway/street_lamp.json +++ b/data/operators/highway/street_lamp.json @@ -17,7 +17,7 @@ }, { "displayName": "Puget Sound Energy", - "locationSet": {"include": ["us"]}, + "locationSet": {"include": ["us-wa.geojson"]}, "tags": { "operator": "Puget Sound Energy", "operator:wikidata": "Q7258927", @@ -27,7 +27,7 @@ }, { "displayName": "Seattle City Light", - "locationSet": {"include": ["us"]}, + "locationSet": {"include": ["us-wa.geojson"]}, "tags": { "operator": "Seattle City Light", "operator:wikidata": "Q7442080",