Some of these files are from the us-atlas:
- us.json -
make topo/us-10m.json
- us-congress-113.json -
make topo/us-congress-10m.json
Others are from the world-atlas:
- world-50m.json -
make topo/world-50m.json
- world-110m.json -
make topo/world-110m.json
world country names include 3 with negative ids, -1, -2, -3 (in Natural Earth shape files they all have iso_a3 code equal to -99 for 110m shape file [and in 50m and 10m shape files there are many more, so there are missing names in the tsv file]).
How can these be used?
As a simple case, in World Tour countries whose
id
is not in theworld-country-names.tsv
are filtered out...so for instance, how can Kosovo be shown?(In general, which property of the shp files can be used as unique id?)
Thanks!