Hi, I’m trying to export large area through Xapi using wget:

wget http://www.informationfreeway.org/api/0.6/map?bbox=13.755,53.112,14.854,53.817 -O data.osm

Downloaded data.osm I’m converting to garmin format with mkgmap:

java -Xmx512M -jar mkgmap.jar --code-page=1250 --net --route data.osm

The problem is that I don’t have routing in GPSMapEdit. Exporting through www on smaller area is working ok and I have routing. What do I need to do to make this routable?

P.S. Sorry for my bad english.