mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
allow the website tag to be used on any feature (#503)
* allow the website tag to be used on any feature * drop "website" field as "moreField" from all presets * simplify place presets Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
parent
7b6b63b9d1
commit
0d4f3daadc
153 changed files with 64 additions and 242 deletions
|
|
@ -4,10 +4,6 @@
|
|||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
"icon": "maki-triangle-stroked",
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,6 @@
|
|||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
"icon": "maki-triangle-stroked",
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -5,8 +5,7 @@
|
|||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"gnis/feature_id-US",
|
||||
"website"
|
||||
"gnis/feature_id-US"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -4,10 +4,6 @@
|
|||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
"icon": "maki-marker-stroked",
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,6 @@
|
|||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,6 @@
|
|||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,6 @@
|
|||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue