mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-20 10:07:14 +02:00
Initial commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user