Maps

Anuj Deshpande

OpenStreetMap

  • History
  • It's the data, not the tiles
  • Anyone who does anything which competes with Google, which is almost everyone

GeoJSON

{
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [125.6, 10.1]
  },
  "properties": {
    "name": "Dinagat Islands"
  }
}
  1. Point
  2. MultiPoint
  3.  LineString
  4.  MultiLineString
  5.  Polygon
  6. MultiPolygon
  7. GeometryCollection
  8. Feature
  9. FeatureCollection

Mapbox

Mapzen

Maps

By anujdeshpande