Guest User

Untitled

a guest
Dec 18th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. { "type": "Feature", "id": 1, "properties": { "name": "Abilene TX", "country.etc": "TX", "pop": 113888, "lat": 32.45, "long": -99.74, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -99.74, 32.45 ] } },
  5. { "type": "Feature", "id": 2, "properties": { "name": "Akron OH", "country.etc": "OH", "pop": 206634, "lat": 41.08, "long": -81.52, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -81.52, 41.08 ] } },
  6. { "type": "Feature", "id": 3, "properties": { "name": "Alameda CA", "country.etc": "CA", "pop": 70069, "lat": 37.77, "long": -122.26, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.26, 37.77 ] } },
  7. { "type": "Feature", "id": 4, "properties": { "name": "Albany GA", "country.etc": "GA", "pop": 75510, "lat": 31.58, "long": -84.18, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -84.18, 31.58 ] } },
  8. { "type": "Feature", "id": 5, "properties": { "name": "Albany NY", "country.etc": "NY", "pop": 93576, "lat": 42.67, "long": -73.8, "capital": 2 }, "geometry": { "type": "Point", "coordinates": [ -73.8, 42.67 ] } },
  9. { "type": "Feature", "id": 6, "properties": { "name": "Albany OR", "country.etc": "OR", "pop": 45535, "lat": 44.62, "long": -123.09, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -123.09, 44.62 ] } },
  10. { "type": "Feature", "id": 7, "properties": { "name": "Albuquerque NM", "country.etc": "NM", "pop": 494962, "lat": 35.12, "long": -106.62, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -106.62, 35.12 ] } },
  11. { "type": "Feature", "id": 8, "properties": { "name": "Alexandria LA", "country.etc": "LA", "pop": 44933, "lat": 31.29, "long": -92.46, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -92.46, 31.29 ] } },
  12. { "type": "Feature", "id": 9, "properties": { "name": "Alexandria VA", "country.etc": "VA", "pop": 127159, "lat": 38.82, "long": -77.09, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -77.09, 38.82 ] } },
  13. { "type": "Feature", "id": 10, "properties": { "name": "Alhambra CA", "country.etc": "CA", "pop": 88857, "lat": 34.08, "long": -118.13, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -118.13, 34.08 ] } },
  14. { "type": "Feature", "id": 11, "properties": { "name": "Aliso Viejo CA", "country.etc": "CA", "pop": 41975, "lat": 33.57, "long": -117.73, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -117.73, 33.57 ] } },
  15. { "type": "Feature", "id": 12, "properties": { "name": "Allen TX", "country.etc": "TX", "pop": 84467, "lat": 33.11, "long": -96.67, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -96.67, 33.11 ] } },
  16. { "type": "Feature", "id": 13, "properties": { "name": "Allentown PA", "country.etc": "PA", "pop": 105224, "lat": 40.6, "long": -75.48, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -75.48, 40.6 ] } },
  17. { "type": "Feature", "id": 14, "properties": { "name": "Aloha OR", "country.etc": "OR", "pop": 45531, "lat": 45.49, "long": -122.87, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.87, 45.49 ] } },
  18. { "type": "Feature", "id": 15, "properties": { "name": "Altadena CA", "country.etc": "CA", "pop": 43280, "lat": 34.19, "long": -118.13, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -118.13, 34.19 ] } },
  19. { "type": "Feature", "id": 16, "properties": { "name": "Altamonte Springs FL", "country.etc": "FL", "pop": 40712, "lat": 28.66, "long": -81.4, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -81.4, 28.66 ] } },
  20. { "type": "Feature", "id": 17, "properties": { "name": "Altoona PA", "country.etc": "PA", "pop": 46442, "lat": 40.51, "long": -78.4, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -78.4, 40.51 ] } },
  21. { "type": "Feature", "id": 18, "properties": { "name": "Amarillo TX", "country.etc": "TX", "pop": 183295, "lat": 35.2, "long": -101.82, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -101.82, 35.2 ] } },
  22. { "type": "Feature", "id": 19, "properties": { "name": "Ames IA", "country.etc": "IA", "pop": 57683, "lat": 42.02, "long": -93.63, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -93.63, 42.02 ] } },
  23. { "type": "Feature", "id": 20, "properties": { "name": "Anaheim CA", "country.etc": "CA", "pop": 334909, "lat": 33.84, "long": -117.87, "capital": 0 }, "geometry": { "type": "Point", "coordinates": [ -117.87, 33.84 ] } }
  24. ]
  25. }
Add Comment
Please, Sign In to add comment