mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
30
data/presets/telecom/data_center.json
Normal file
30
data/presets/telecom/data_center.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icon": "fas-server",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref",
|
||||
"operator",
|
||||
"building_area"
|
||||
],
|
||||
"moreFields": [
|
||||
"address",
|
||||
"gnis/feature_id",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"telecom": "data_center"
|
||||
},
|
||||
"terms": [
|
||||
"computer systems storage",
|
||||
"information technology",
|
||||
"server farm",
|
||||
"the cloud",
|
||||
"telecommunications"
|
||||
],
|
||||
"name": "Data Center"
|
||||
}
|
||||
23
data/presets/telecom/exchange.json
Normal file
23
data/presets/telecom/exchange.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "temaki-cable",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"telecom/medium",
|
||||
"address",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"telecom": "exchange"
|
||||
},
|
||||
"terms": [
|
||||
"telecommunications",
|
||||
"telephone exchange",
|
||||
"telephone switch"
|
||||
],
|
||||
"name": "Telecom Exchange"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue