Initial commit

This commit is contained in:
Quincy Morgan 2020-11-05 11:30:34 -05:00
commit bf95421f65
1906 changed files with 55742 additions and 0 deletions

View 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"
}

View 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"
}