geocoders / geocodejson-spec

DRAFT An attempt to have standard geojson responses from geocoders.
37 stars 10 forks source link

Enhancement - Add optional 'continent' in geocoding namespace #22

Open Codain opened 4 years ago

Codain commented 4 years ago

I suggest to put this optional field containing the geographical continent name, following 7 continents model, in the properties.geocoding namespace i.e:

This would especially be usefull for addresses where no country can be clearly defined, such as Antartica.

      // OPTIONAL. Geographical continent of the place, following 7 continents model (https://en.wikipedia.org/wiki/Continent#Number).
      "continent": "Europe",