Why not ask your question on the new OpenStreetMap Community Forum?

Dear all, I am trying to get the Country borders of France from open street map using overpass turbo as follows:

[out:json]; rel[admin_level=2]["ISO3166-1"="FR"]; out geom;

is there a way to only get the country border on the European continent (Main Country borders), excluding all the hundreds of french colonial islands around the world? Thanks

asked 15 Nov '22, 17:41

jojojatt's gravatar image

jojojatt
16225
accept rate: 0%


The Area of France in Europe (including Corse) is called France métropolitaine.

So your overpass query would look like:

[out:json]; rel[admin_level=3][name="France métropolitaine"]; out geom;

See: http://overpass-turbo.eu/s/1nOq

(here is the corresponding nominatim query: https://nominatim.osm.org/ui/search.html?q=France+m%C3%A9tropolitaine that will get you the same relation https://www.openstreetmap.org/relation/1403916#map=5/42.488/15.403 )

permanent link

answered 16 Nov '22, 09:49

Spiekerooger's gravatar image

Spiekerooger
3.0k22153
accept rate: 15%

edited 16 Nov '22, 10:12

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×360
×227

question asked: 15 Nov '22, 17:41

question was seen: 832 times

last updated: 16 Nov '22, 10:12

powered by OSQA