[mkgmap-dev] Building northeast map
From Gerd Petermann gpetermann_muenchen at hotmail.com on Thu Oct 30 13:53:42 GMT 2014
Hi Brian, yes, looks good to me. If it doesn't work, maybe you did not use the --style-file option to point mkgmap to this version? I had those problems when changing a style file in the sources because my Eclipse environment still used the files in the previously built mkgmap.jar. Gerd From: brianegge at gmail.com Date: Thu, 30 Oct 2014 12:30:02 +0000 To: mkgmap-dev at lists.mkgmap.org.uk Subject: Re: [mkgmap-dev] Building northeast map Looking closer, I think it should be able to pick up the country from the is_in:country tag, which is often set on cities and states. The address rules contain:# first set the country codemkgmap:country!=* & mkgmap:admin_level2=* { set mkgmap:country='${mkgmap:admin_level2}' }mkgmap:country!=* & addr:country=* { set mkgmap:country='${addr:country}' }mkgmap:country!=* & is_in:country=* { set mkgmap:country='${is_in:country}' } An example city is Danbury:http://www.openstreetmap.org/way/33271879which has the country set:is_in:countryUSAis_in:country_codeUSI think it should be picking up the country from these tags. I'll have to run some tests to see why this isn't happening. Thanks.Brian On Thu Oct 30 2014 at 8:23:54 AM Brian Egge <brianegge at gmail.com> wrote: On Thu Oct 30 2014 at 6:24:48 AM Andrzej Popowski <popej at poczta.onet.pl> wrote: Hi, > I fear the meanings of the --country-xxx options are not well > documented. I have once tried to find what are they for but failed. I would suggest to not use --country-xxx or --region-xxx in command line options. I think the real definitions are inside style, see include/address file: # United States mkgmap:country=USA & mkgmap:region!=* & mkgmap:admin_level4=* { set mkgmap:region='${mkgmap:admin_level4}' } I think that setting country or region in options can damage these rules. Or create some inconsistency in map. -- Best regards, Andrzej _______________________________________________ mkgmap-dev mailing list mkgmap-dev at lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev _______________________________________________ mkgmap-dev mailing list mkgmap-dev at lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.mkgmap.org.uk/pipermail/mkgmap-dev/attachments/20141030/e20a687c/attachment.html>
- Previous message: [mkgmap-dev] Building northeast map
- Next message: [mkgmap-dev] Building northeast map
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list