swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: 206c75f0ab72baa6fdeb0515da9d8e99d4d624f1 authored by Eric Fischer on 19 July 2018, 22:25:05 UTC
Merge pull request #604 from mapbox/per-feature-zoom-check
Tip revision: 206c75f
hackspots.geojson
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "Name": "Albina Press",
        "Address": "4637 N Albina Ave  Portland, OR 97217",
        "Notes": "usually busy, outlets on side wall only"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -122.675169,
          45.556732
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "Name": "Arbor Lodge",
        "Address": "1507 N Rosa Parks Way  Portland, OR 97217",
        "Notes": ""
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -122.682427,
          45.569975
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "Name": "Three Friends Coffeehouse",
        "Address": "201 SE 12th Ave, Portland, OR 97214",
        "Notes": ""
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -122.654961,
          45.521259
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "Name": "Lucky Labrador Brew Pub",
        "Address": "915 SE Hawthorne Blvd. Portland, OR 97214",
        "Notes": "Dog friendly"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -122.656259,
          45.512331
        ]
      }
    }
  ]
}
back to top