Skip to content

Geocoding using Google Maps API

Latest
Compare
Choose a tag to compare
@purplebugs purplebugs released this 13 Sep 12:25
· 66 commits to main since this release
4cbc146

Geodecode/enrich

  • Lat,Lng added using Google Maps Geocoding API instead of GeoNorge API
  • Added google formatted_address, place_id to alpacas and farms indices

eg

          "location": {
            "type": "Point",
            "coordinates": [
              8.64219,
              60.000749
            ],
            "google": {
              "formatted_address": "Fv60 4, 1234 City, Norway",
              "place_id": "ChIJ4-47DGuFkYRa_Sno"
            }
          }

Removed

  • Population data using SSB Norway