-
Notifications
You must be signed in to change notification settings - Fork 252
Community centre #1200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Community centre #1200
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
5c086f0
Create village_hall
tiptoptom 915d845
Create parish_hall
tiptoptom 3ff47e9
Create community_hall
tiptoptom d0c6313
Create family_centre
tiptoptom 6baf63c
Create cultural_centre
tiptoptom 726c6d9
Create club_home
tiptoptom 9af7d2e
file extension added
c78bbe7
add field "community_centre"
835c611
add field "community_centre" to each type
7ec8a31
add "reference" for each community center preset
92de99c
add general fields to each type
62dfc9a
lgbtq as value for community_centre=* deleted
3da5dd0
Removed the reference in lgbtq.json
tiptoptom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "key": "community_centre", | ||
| "type": "combo", | ||
| "label": "Type", | ||
| "strings": { | ||
| "options": { | ||
| "club_home": "Club Home", | ||
| "community_hall": "Community Hall", | ||
| "cultural_centre": "Cultural Centre", | ||
| "family_centre": "Family Centre", | ||
| "parish_hall": "Parish Hall", | ||
| "village_hall": "Village Hall", | ||
| "youth_centre": "Youth Center" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| { | ||
| "icon": "maki-town-hall", | ||
| "fields": [ | ||
| "community_centre", | ||
| "name", | ||
| "operator", | ||
| "operator/type", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| { | ||
| "icon": "maki-town-hall", | ||
| "fields": [ | ||
| "community_centre", | ||
| "club", | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "moreFields": [ | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "geometry": [ | ||
| "point", | ||
| "area" | ||
| ], | ||
| "tags": { | ||
| "amenity": "community_centre", | ||
| "community_centre": "club_home" | ||
| }, | ||
| "reference": { | ||
| "key": "community_centre", | ||
| "value": "club_home" | ||
| }, | ||
| "name": "Club Home" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "icon": "maki-town-hall", | ||
| "fields": [ | ||
| "community_centre", | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "moreFields": [ | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "geometry": [ | ||
| "point", | ||
| "area" | ||
| ], | ||
| "terms": [ | ||
| "community center" | ||
| ], | ||
| "tags": { | ||
| "amenity": "community_centre", | ||
| "community_centre": "community_hall" | ||
| }, | ||
| "reference": { | ||
| "key": "community_centre", | ||
| "value": "community_hall" | ||
| }, | ||
| "name": "Community Hall" | ||
| } |
23 changes: 23 additions & 0 deletions
23
data/presets/amenity/community_centre/cultural_centre.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "icon": "maki-town-hall", | ||
| "fields": [ | ||
| "community_centre", | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "moreFields": [ | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "geometry": [ | ||
| "point", | ||
| "area" | ||
| ], | ||
| "tags": { | ||
| "amenity": "community_centre", | ||
| "community_centre": "cultural_centre" | ||
| }, | ||
| "reference": { | ||
| "key": "community_centre", | ||
| "value": "cultural_centre" | ||
| }, | ||
| "name": "Cultural Centre" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "icon": "maki-town-hall", | ||
| "fields": [ | ||
| "community_centre", | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "moreFields": [ | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "geometry": [ | ||
| "point", | ||
| "area" | ||
| ], | ||
| "tags": { | ||
| "amenity": "community_centre", | ||
| "community_centre": "family_centre" | ||
| }, | ||
| "reference": { | ||
| "key": "community_centre", | ||
| "value": "family_centre" | ||
| }, | ||
| "name": "Family Centre" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "icon": "maki-town-hall", | ||
| "fields": [ | ||
| "community_centre", | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "moreFields": [ | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "geometry": [ | ||
| "point", | ||
| "area" | ||
| ], | ||
| "terms": [ | ||
| "parish center" | ||
| ], | ||
| "tags": { | ||
| "amenity": "community_centre", | ||
| "community_centre": "parish_hall" | ||
| }, | ||
| "reference": { | ||
| "key": "community_centre", | ||
| "value": "parish_hall" | ||
| }, | ||
| "name": "Parish Hall" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "icon": "maki-town-hall", | ||
| "fields": [ | ||
| "community_centre", | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "moreFields": [ | ||
| "{amenity/community_centre}" | ||
| ], | ||
| "geometry": [ | ||
| "point", | ||
| "area" | ||
| ], | ||
| "terms": [ | ||
| "village community center" | ||
| ], | ||
| "tags": { | ||
| "amenity": "community_centre", | ||
| "community_centre": "village_hall" | ||
| }, | ||
| "reference": { | ||
| "key": "community_centre", | ||
| "value": "village_hall" | ||
| }, | ||
| "name": "Village Hall" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.