-
-
Save marinsagovac/8ff2f23612a7c3e052902a2eea85629f to your computer and use it in GitHub Desktop.
via:geojson.io
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
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#0000FF", | |
"marker-size": "large", | |
"marker-symbol": "zoo", | |
"id": 141, | |
"name": "Lebanon VHA (595)", | |
"currentexp": "", | |
"finalexp": "", | |
"lat": 40.31154, | |
"lng": -76.40656, | |
"fulladdress": "1700 S Lincoln Ave, Bldg 136, Rm 107/108; Lebanon PA, 17042", | |
"streetaddress": "1700 S Lincoln Ave, Bldg 136, Rm 107/108", | |
"city": "Lebanon", | |
"state": "PA", | |
"zip": "17042", | |
"area": 1392, | |
"station": "595", | |
"ftecount": 2, | |
"eil": "780, 780S", | |
"powercapacity": "90", | |
"avgpowerusage": 45, | |
"totalrackspace": "32", | |
"rackspacearea": "43.50", | |
"totalvirtualhosts": "5", | |
"totalvirtualos": "21", | |
"totalserveros": "166", | |
"usedstoragetb": "3", | |
"totalstoragetb": "13", | |
"ownershiptype_id": "2", | |
"iscore": 1 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.40656, | |
40.31154 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#FF0000", | |
"marker-size": "small", | |
"marker-symbol": "library", | |
"id": 272, | |
"name": "St. Louis VARO", | |
"currentexp": "2014-04-03", | |
"finalexp": "2014-04-03", | |
"lat": 38.62584, | |
"lng": -90.20726, | |
"fulladdress": "400 South 18th St; St. Louis MO, 63103", | |
"streetaddress": "400 South 18th St", | |
"city": "St. Louis", | |
"state": "MO", | |
"zip": "63103", | |
"area": 1400, | |
"station": "376", | |
"ftecount": 9, | |
"eil": "", | |
"powercapacity": "600", | |
"avgpowerusage": 312, | |
"totalrackspace": "6", | |
"rackspacearea": "233.33", | |
"totalvirtualhosts": "0", | |
"totalvirtualos": "0", | |
"totalserveros": "14", | |
"usedstoragetb": "8", | |
"totalstoragetb": "18", | |
"ownershiptype_id": "6", | |
"iscore": 0 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-90.20726, | |
38.62584 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment