Skip to content

Instantly share code, notes, and snippets.

@SteveSyfuhs
Forked from codingoutloud/azuremap.geojson
Last active August 29, 2015 14:18
Show Gist options
  • Save SteveSyfuhs/2c14e06db3d5f4868195 to your computer and use it in GitHub Desktop.
Save SteveSyfuhs/2c14e06db3d5f4868195 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": "Asia Pacific East",
"geometry":
{
"type": "Point",
"coordinates": [ 114.186965942, 22.3361568451 ]
},
"properties":
{
"geo": "Asia Pacific",
"region": "Asia Pacific East",
"location": "Hong Kong"
}
},
{
"type": "Feature",
"id": "Asia Pacific Southeast",
"geometry":
{
"type": "Point",
"coordinates": [ 103.820533752, 1.32199585438 ]
},
"properties":
{
"geo": "Asia Pacific",
"region": "Asia Pacific Southeast",
"location": "Singapore"
}
},
{
"type": "Feature",
"id": "Shanghai China",
"geometry":
{
"type": "Point",
"coordinates": [ 121.516136169, 31.2241458893 ]
},
"properties":
{
"geo": "Asia Pacific",
"region": "Shanghai China",
"location": "Shanghai China"
}
},
{
"type": "Feature",
"id": "Beijing China",
"geometry":
{
"type": "Point",
"coordinates": [ 116.387649536, 39.9065704346 ]
},
"properties":
{
"geo": "Asia Pacific",
"region": "Beijing China",
"location": "Beijing, China"
}
},
{
"type": "Feature",
"id": "Australia East",
"geometry":
{
"type": "Point",
"coordinates": [ 151.20300293, -33.8740005493 ]
},
"properties":
{
"geo": "Australia",
"region": "Australia East",
"location": "Sydney, New South Wales, Australia"
}
},
{
"type": "Feature",
"id": "Australia SE",
"geometry":
{
"type": "Point",
"coordinates": [ 144.977996826, -37.8242988586 ]
},
"properties":
{
"geo": "Australia",
"region": "Australia SE",
"location": "Melbourne, Victoria, Australia"
}
},
{
"type": "Feature",
"id": "Brazil South",
"geometry":
{
"type": "Point",
"coordinates": [ -52.9731178284, -10.8104515076 ]
},
"properties":
{
"geo": "South America",
"region": "Brazil South",
"location": "Brazil"
}
},
{
"type": "Feature",
"id": "Europe West",
"geometry":
{
"type": "Point",
"coordinates": [ 4.86653995514, 52.3306999207 ]
},
"properties":
{
"geo": "Europe",
"region": "Europe West",
"location": "Amsterdam, Netherlands"
}
},
{
"type": "Feature",
"id": "Europe North",
"geometry":
{
"type": "Point",
"coordinates": [ -6.2488899231, 53.3330993652 ]
},
"properties":
{
"geo": "Europe",
"region": "Europe North",
"location": "Dublin, Ireland"
}
},
{
"type": "Feature",
"id": "Japan East",
"geometry":
{
"type": "Point",
"coordinates": [ 139.644607544, 35.8659133911 ]
},
"properties":
{
"geo": "Japan",
"region": "Japan East",
"location": "Saitama, Japan"
}
},
{
"type": "Feature",
"id": "Japan West",
"geometry":
{
"type": "Point",
"coordinates": [ 135.512908936, 34.677520752 ]
},
"properties":
{
"geo": "Japan",
"region": "Japan West",
"location": "Osaka, Japan"
}
},
{
"type": "Feature",
"id": "US North Central",
"geometry":
{
"type": "Point",
"coordinates": [ -87.6324462891, 41.8842506409 ]
},
"properties":
{
"geo": "United States",
"region": "US North Central",
"location": "Chicago, IL, USA"
}
},
{
"type": "Feature",
"id": "US North Central",
"geometry":
{
"type": "Point",
"coordinates": [ -87.6324462891, 41.8842506409 ]
},
"properties":
{
"geo": "United States",
"region": "US North Central",
"location": "Chicago, IL, USA"
}
},
{
"type": "Feature",
"id": "US Central",
"geometry":
{
"type": "Point",
"coordinates": [ -91.5265274048, 41.6578216553 ]
},
"properties":
{
"geo": "United States",
"region": "US Central",
"location": "Iowa, USA"
}
},
{
"type": "Feature",
"id": "US East",
"geometry":
{
"type": "Point",
"coordinates": [ -77.5457611084, 38.7326011658 ]
},
"properties":
{
"geo": "United States",
"region": "US East",
"location": "Bristow, Virginia, USA"
}
},
{
"type": "Feature",
"id": "US East 2",
"geometry":
{
"type": "Point",
"coordinates": [ -78.6979446411, 37.5128211975 ]
},
"properties":
{
"geo": "United States",
"region": "US East 2",
"location": "Virginia, USA"
}
},
{
"type": "Feature",
"id": "US West",
"geometry":
{
"type": "Point",
"coordinates": [ -122.419639587, 37.7771186829 ]
},
"properties":
{
"geo": "United States",
"region": "US West",
"location": "San Francisco, California, USA"
}
},
{
"type": "Feature",
"id": "US Gov-Iowa",
"geometry":
{
"type": "Point",
"coordinates": [ -91.5265274048, 41.6578216553 ]
},
"properties":
{
"geo": "United States",
"region": "US Gov-Iowa",
"location": "Iowa, USA"
}
},
{
"type": "Feature",
"id": "US Gov-Virginia",
"geometry":
{
"type": "Point",
"coordinates": [ -78.6979446411, 37.5128211975 ]
},
"properties":
{
"geo": "United States",
"region": "US Gov-Virginia",
"location": "Virginia, USA"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment