manton / JSONFeed

The JSONFeed.org website
Creative Commons Zero v1.0 Universal
934 stars 54 forks source link

Adopt Location Properties for Items #145

Open dshanske opened 3 years ago

dshanske commented 3 years ago

This is mentioned in https://github.com/manton/JSONFeed/issues/94...specifically that JSONFeed needs location properties, citing GeoRSS and GeoJSON.

There are a few basic options as I see it.

fboes commented 3 years ago

I solved that with a custom property in items, adopting straight from GeoJSON:

     "_geo": {
        "about": "http://geojson.org/",
        "type": "Point",
        "coordinates": [
          -74.008762,
          40.696696
        ]
      }