not sure if this the answer you're looking for but:
mkgmap:country=IND & mkgmap:region!=* & mkgmap:admin_level4=* { set
mkgmap:region='${mkgmap:admin_level4}' }
will give you the states as region (like rajasthan), whereas
mkgmap:country=IND & mkgmap:region!=* & mkgmap:admin_level5=* { set
mkgmap:region='${mkgmap:admin_level6}' }
gives you districts (like udaipur) as region
Am 14.01.2012 17:59, schrieb Marko Mäkelä:
It occurred to me that the definition of a region should probably depend
on the area of the map that is being built.
For a map that comprises most of Europe, a meaningful region could be
the country. A map of a single country or closely related countries,
such as the BeNeLux or the Baltic countries might use state or province
for the regions. A map of a federal republic such as Germany or the USA
could use the state for the region. A map of a single state might use
city as the region and suburb or village (German: Ortsteil) as the city.
Is the mapping of regions and cities configurable? How? I guess that one
would get most flexibility with a location bounds file.
Marko
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev