logo separator

[mkgmap-dev] Converting mkgmap generated maps to Mac format (was Index branch - success!)

From Carlos Dávila cdavilam at orangecorreo.es on Sat Feb 12 16:52:03 GMT 2011

El 12/02/11 17:05, Clinton Gladstone escribió:
> On Feb 12, 2011, at 16:59, Carlos Dávila wrote:
>    
>>>        
>> I use gmapi-builder.py to transform my maps into BaseCamp format, but it
>> fails with those containing an Ñ (from España) in  --country-name
>> --area-name --family-name or series-name. Do you know a way to get it
>> compiling? (other than changing España by Spain)
>>      
> That's strange. What error message does it give?
>
> Could you please send the exact command line options which you use, so I can reproduce this?
>
> Cheers.
>
> _______________________________________________
> mkgmap-dev mailing list
> mkgmap-dev at lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>
>    
Failing maps are generated with:
java -Xmx1500m -enableassertions -Dlog.config=logging.properties -jar 
mkgmap.jar --max-jobs --generate-sea=polygons,extend-sea-sectors --route 
--latin1 --code-page=1252 --gmapsupp --country-name=ESPAÑA 
--country-abbr=ESP --area-name=España --family-name="OpenStreetMap 
España" --family-id=14 --product-id=1 --series-name="OSM-España" --index 
--road-name-pois=0x640a --ignore-maxspeeds --remove-short-arcs 
--add-pois-to-areas --adjust-turn-headings --report-similar-arcs 
--link-pois-to-ways --location-autofill=0 --drive-on-right 
--check-roundabouts --check-roundabout-flares --style=mio 
--delete-tags-file=quitar_is_in -c spain.args

Working maps are generated with:
java -Xmx1500m -enableassertions -Dlog.config=logging.properties -jar 
mkgmap.jar --max-jobs --generate-sea=polygons,extend-sea-sectors --route 
--latin1 --code-page=1252 --gmapsupp --country-name=SPAIN 
--country-abbr=ESP --area-name=Spain --family-name="OpenStreetMap Spain" 
--family-id=14 --product-id=1 --series-name="OSM-Spain" --index 
--road-name-pois=0x640a --ignore-maxspeeds --remove-short-arcs 
--add-pois-to-areas --adjust-turn-headings --report-similar-arcs 
--link-pois-to-ways --location-autofill=0 --drive-on-right 
--check-roundabouts --check-roundabout-flares --style=mio 
--delete-tags-file=quitar_is_in -c spain.args

Conversion to gmap format in both cases:
python gmapi-builder.py -t osmmap.tdb -b osmmap.img -s typ/SPAIN-14.TYP 
5514*.img osmmap.img



More information about the mkgmap-dev mailing list