Skip to content

Commit 194e86a

Browse files
Remove false operator (#12059)
* Remove false operator * Update pitch.json Exclude "sícoris club" from being added back automatically. --------- Co-authored-by: UKChris-osm <59393694+UKChris-osm@users.noreply.github.com>
1 parent 0b4f22e commit 194e86a

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

data/operators/leisure/pitch.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"properties": {
33
"path": "operators/leisure/pitch",
44
"exclude": {
5-
"generic": ["^military$", "^pitch$"]
5+
"generic": ["^military$", "^pitch$"],
6+
"named": ["^sícoris club$"]
67
}
78
},
89
"items": [
@@ -946,17 +947,6 @@
946947
"operator": "Shaw Park"
947948
}
948949
},
949-
{
950-
"displayName": "Sícoris Club",
951-
"id": "sicorisclub-c65025",
952-
"locationSet": {
953-
"include": ["es-l.geojson"]
954-
},
955-
"tags": {
956-
"leisure": "pitch",
957-
"operator": "Sícoris Club"
958-
}
959-
},
960950
{
961951
"displayName": "Slippery Rock University",
962952
"id": "slipperyrockuniversity-b14250",

0 commit comments

Comments
 (0)