Re: [mkgmap-dev] Garmin map smaller than JOSM .osm save

2016-09-21 Thread Carlos Dávila

No, routing will work as expected.


El 21/09/16 a las 12:22, nwastra escribió:

Does deleting the bounds lines in the .osm file also break routing?

On 21 Sep 2016, at 8:17 PM, Carlos Dávila > wrote:


--ignore-osm-bounds can be used, but have in mind it breaks routing
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Garmin map smaller than JOSM .osm save

2016-09-21 Thread nwastra
Does deleting the bounds lines in the .osm file also break routing?

> On 21 Sep 2016, at 8:17 PM, Carlos Dávila  wrote:
> 
> --ignore-osm-bounds can be used, but have in mind it breaks routing

___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Garmin map smaller than JOSM .osm save

2016-09-21 Thread Carlos Dávila

--ignore-osm-bounds can be used, but have in mind it breaks routing


El 21/09/16 a las 11:39, Jakob Mühldorfer escribió:


One german blog also mentioned you can tell mkgmap to ignore the 
bounds with "–ignore-osm-bounds"


http://www.markusleonhardt.de/blog/wp-content/uploads/2015/06/Screenshot-2015-06-15-17.56.09.png


Am 21.09.2016 um 10:48 schrieb Carlos Dávila:


You have to edit *.osm file saved by JOSM and remove  
sections at the beginning of the file. Otherwise mkgmap only 
processes the last rectangle downloaded by JOSM.



El 21/09/16 a las 10:11, nwastra escribió:

Hi
I have used JOSM to download a section of the OSM along a railway 
corridor doing 4 saves into the same layer, then updated the data 
and saved the lot as an .osm file. I did it this way because the 
area was too big for one download using JOSM.
But only a portion is made into a Garmin map for my eTrex, the last 
of the 4 sections saved.
The dropbox image shows the size as JOSM sees the osm file when 
reloaded and the gmapsupp.img is the red rectangle 
https://www.dropbox.com/s/hfeo5zi48wxapl8/JOSM_save.png?dl=0
Is this the expected result? I wanted all the .osm saved file to be 
made into the gmapsupp.img

I have tried this process several times with the same result.
Here is the command used from iMac El Capitan 10.11.6 with Java8 
Update 101.


/Library/Internet\
Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar
/Applications/mkgmap-r3695/mkgmap.jar
—gmapsupp
--style=default
—transparent
--description="Mkgmap”
--family-name="OpenStreetmap Mkgmap”
--series-name="Josm “
--area-name="default “
—route
--drive-on=left
--output-dir=/Users/MyDirectory/Documents/JOSM/Save_OSM_file/ 
/Users/MyDirectory/Documents/JOSM/Save_OSM_file/Josm_save.osm



___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev



___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev




___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Garmin map smaller than JOSM .osm save

2016-09-21 Thread Jakob Mühldorfer
Just an FYI, there is a faster and more reliable way than this painfully 
slow downloading along track


 * Grab a large area from something like geofabrik
 * In JOSM get the "poly" plugin
 * Create an empty data layer, draw a closed line around your track
 *  From the normal save menu, save it as ".poly" file
 * Split the large .osm.pbf with osmosis like this: "osmosis --read-pbf
   dach-latest.osm.pbf --bp file=track.poly --write-pbf track.osm.pbf"


Am 21.09.2016 um 10:11 schrieb nwastra:

Hi
I have used JOSM to download a section of the OSM along a railway 
corridor doing 4 saves into the same layer, then updated the data and 
saved the lot as an .osm file. I did it this way because the area was 
too big for one download using JOSM.
But only a portion is made into a Garmin map for my eTrex, the last of 
the 4 sections saved.
The dropbox image shows the size as JOSM sees the osm file when 
reloaded and the gmapsupp.img is the red rectangle 
https://www.dropbox.com/s/hfeo5zi48wxapl8/JOSM_save.png?dl=0
Is this the expected result? I wanted all the .osm saved file to be 
made into the gmapsupp.img

I have tried this process several times with the same result.
Here is the command used from iMac El Capitan 10.11.6 with Java8 
Update 101.


/Library/Internet\
Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar
/Applications/mkgmap-r3695/mkgmap.jar
—gmapsupp
--style=default
—transparent
--description="Mkgmap”
--family-name="OpenStreetmap Mkgmap”
--series-name="Josm “
--area-name="default “
—route
--drive-on=left
--output-dir=/Users/MyDirectory/Documents/JOSM/Save_OSM_file/ 
/Users/MyDirectory/Documents/JOSM/Save_OSM_file/Josm_save.osm



___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Garmin map smaller than JOSM .osm save

2016-09-21 Thread Jakob Mühldorfer
One german blog also mentioned you can tell mkgmap to ignore the bounds 
with "–ignore-osm-bounds"


http://www.markusleonhardt.de/blog/wp-content/uploads/2015/06/Screenshot-2015-06-15-17.56.09.png


Am 21.09.2016 um 10:48 schrieb Carlos Dávila:


You have to edit *.osm file saved by JOSM and remove  sections 
at the beginning of the file. Otherwise mkgmap only processes the last 
rectangle downloaded by JOSM.



El 21/09/16 a las 10:11, nwastra escribió:

Hi
I have used JOSM to download a section of the OSM along a railway 
corridor doing 4 saves into the same layer, then updated the data and 
saved the lot as an .osm file. I did it this way because the area was 
too big for one download using JOSM.
But only a portion is made into a Garmin map for my eTrex, the last 
of the 4 sections saved.
The dropbox image shows the size as JOSM sees the osm file when 
reloaded and the gmapsupp.img is the red rectangle 
https://www.dropbox.com/s/hfeo5zi48wxapl8/JOSM_save.png?dl=0
Is this the expected result? I wanted all the .osm saved file to be 
made into the gmapsupp.img

I have tried this process several times with the same result.
Here is the command used from iMac El Capitan 10.11.6 with Java8 
Update 101.


/Library/Internet\
Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar
/Applications/mkgmap-r3695/mkgmap.jar
—gmapsupp
--style=default
—transparent
--description="Mkgmap”
--family-name="OpenStreetmap Mkgmap”
--series-name="Josm “
--area-name="default “
—route
--drive-on=left
--output-dir=/Users/MyDirectory/Documents/JOSM/Save_OSM_file/ 
/Users/MyDirectory/Documents/JOSM/Save_OSM_file/Josm_save.osm



___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev



___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Garmin map smaller than JOSM .osm save

2016-09-21 Thread Neville Wedding
I have the complete area in the Garmin map now.
Tks Carlos

> On 21 Sep 2016, at 6:50 PM, nev wedding  wrote:
> 
> OK, thanks for your assistance Carlos. 
> Nev
> 
>> On 21 Sep 2016, at 6:48 PM, Carlos Dávila > > wrote:
>> 
>> You have to edit *.osm file saved by JOSM and remove  sections at 
>> the beginning of the file. Otherwise mkgmap only processes the last 
>> rectangle downloaded by JOSM.
>> 
>> El 21/09/16 a las 10:11, nwastra escribió:
>>> Hi
>>> I have used JOSM to download a section of the OSM along a railway corridor 
>>> doing 4 saves into the same layer, then updated the data and saved the lot 
>>> as an .osm file. I did it this way because the area was too big for one 
>>> download using JOSM.
>>> But only a portion is made into a Garmin map for my eTrex, the last of the 
>>> 4 sections saved.
>>> The dropbox image shows the size as JOSM sees the osm file when reloaded 
>>> and the gmapsupp.img is the red rectangle  
>>> https://www.dropbox.com/s/hfeo5zi48wxapl8/JOSM_save.png?dl=0 
>>>   
>>> Is this the expected result? I wanted all the .osm saved file to be made 
>>> into the gmapsupp.img
>>> I have tried this process several times with the same result.
>>> Here is the command used from iMac El Capitan 10.11.6 with Java8 Update 101.
>>> 
>>> /Library/Internet\ 
>>> Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar 
>>> /Applications/mkgmap-r3695/mkgmap.jar 
>>> —gmapsupp 
>>> --style=default 
>>> —transparent 
>>> --description="Mkgmap” 
>>> --family-name="OpenStreetmap Mkgmap” 
>>> --series-name="Josm “ 
>>> --area-name="default “ 
>>> —route 
>>> --drive-on=left 
>>> --output-dir=/Users/MyDirectory/Documents/JOSM/Save_OSM_file/ 
>>> /Users/MyDirectory/Documents/JOSM/Save_OSM_file/Josm_save.osm
>>> 
>>> 
>>> ___
>>> mkgmap-dev mailing list
>>> mkgmap-dev@lists.mkgmap.org.uk 
>>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev 
>>> ___
>> mkgmap-dev mailing list
>> mkgmap-dev@lists.mkgmap.org.uk 
>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
> 
> ___
> mkgmap-dev mailing list
> mkgmap-dev@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Garmin map smaller than JOSM .osm save

2016-09-21 Thread nev wedding
OK, thanks for your assistance Carlos. 
Nev

> On 21 Sep 2016, at 6:48 PM, Carlos Dávila  wrote:
> 
> You have to edit *.osm file saved by JOSM and remove  sections at the 
> beginning of the file. Otherwise mkgmap only processes the last rectangle 
> downloaded by JOSM.
> 
> El 21/09/16 a las 10:11, nwastra escribió:
>> Hi
>> I have used JOSM to download a section of the OSM along a railway corridor 
>> doing 4 saves into the same layer, then updated the data and saved the lot 
>> as an .osm file. I did it this way because the area was too big for one 
>> download using JOSM.
>> But only a portion is made into a Garmin map for my eTrex, the last of the 4 
>> sections saved.
>> The dropbox image shows the size as JOSM sees the osm file when reloaded and 
>> the gmapsupp.img is the red rectangle  
>> https://www.dropbox.com/s/hfeo5zi48wxapl8/JOSM_save.png?dl=0 
>>   
>> Is this the expected result? I wanted all the .osm saved file to be made 
>> into the gmapsupp.img
>> I have tried this process several times with the same result.
>> Here is the command used from iMac El Capitan 10.11.6 with Java8 Update 101.
>> 
>> /Library/Internet\ 
>> Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar 
>> /Applications/mkgmap-r3695/mkgmap.jar 
>> —gmapsupp 
>> --style=default 
>> —transparent 
>> --description="Mkgmap” 
>> --family-name="OpenStreetmap Mkgmap” 
>> --series-name="Josm “ 
>> --area-name="default “ 
>> —route 
>> --drive-on=left 
>> --output-dir=/Users/MyDirectory/Documents/JOSM/Save_OSM_file/ 
>> /Users/MyDirectory/Documents/JOSM/Save_OSM_file/Josm_save.osm
>> 
>> 
>> ___
>> mkgmap-dev mailing list
>> mkgmap-dev@lists.mkgmap.org.uk 
>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev 
>> ___
> mkgmap-dev mailing list
> mkgmap-dev@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Garmin map smaller than JOSM .osm save

2016-09-21 Thread Carlos Dávila
You have to edit *.osm file saved by JOSM and remove  sections 
at the beginning of the file. Otherwise mkgmap only processes the last 
rectangle downloaded by JOSM.



El 21/09/16 a las 10:11, nwastra escribió:

Hi
I have used JOSM to download a section of the OSM along a railway 
corridor doing 4 saves into the same layer, then updated the data and 
saved the lot as an .osm file. I did it this way because the area was 
too big for one download using JOSM.
But only a portion is made into a Garmin map for my eTrex, the last of 
the 4 sections saved.
The dropbox image shows the size as JOSM sees the osm file when 
reloaded and the gmapsupp.img is the red rectangle 
https://www.dropbox.com/s/hfeo5zi48wxapl8/JOSM_save.png?dl=0
Is this the expected result? I wanted all the .osm saved file to be 
made into the gmapsupp.img

I have tried this process several times with the same result.
Here is the command used from iMac El Capitan 10.11.6 with Java8 
Update 101.


/Library/Internet\
Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar
/Applications/mkgmap-r3695/mkgmap.jar
—gmapsupp
--style=default
—transparent
--description="Mkgmap”
--family-name="OpenStreetmap Mkgmap”
--series-name="Josm “
--area-name="default “
—route
--drive-on=left
--output-dir=/Users/MyDirectory/Documents/JOSM/Save_OSM_file/ 
/Users/MyDirectory/Documents/JOSM/Save_OSM_file/Josm_save.osm



___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Garmin map smaller than JOSM .osm save

2016-09-21 Thread nwastra
Here is the Josm_save.osm   
https://www.dropbox.com/s/hfeo5zi48wxapl8/JOSM_save.png?dl=0 


> On 21 Sep 2016, at 6:11 PM, nwastra  wrote:
> 
> Hi
> I have used JOSM to download a section of the OSM along a railway corridor 
> doing 4 saves into the same layer, then updated the data and saved the lot as 
> an .osm file. I did it this way because the area was too big for one download 
> using JOSM.
> But only a portion is made into a Garmin map for my eTrex, the last of the 4 
> sections saved.
> The dropbox image shows the size as JOSM sees the osm file when reloaded and 
> the gmapsupp.img is the red rectangle  
> https://www.dropbox.com/s/hfeo5zi48wxapl8/JOSM_save.png?dl=0 
>   
> Is this the expected result? I wanted all the .osm saved file to be made into 
> the gmapsupp.img
> I have tried this process several times with the same result.
> Here is the command used from iMac El Capitan 10.11.6 with Java8 Update 101.
> 
> /Library/Internet\ 
> Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar 
> /Applications/mkgmap-r3695/mkgmap.jar 
> —gmapsupp 
> --style=default 
> —transparent 
> --description="Mkgmap” 
> --family-name="OpenStreetmap Mkgmap” 
> --series-name="Josm “ 
> --area-name="default “ 
> —route 
> --drive-on=left 
> --output-dir=/Users/MyDirectory/Documents/JOSM/Save_OSM_file/ 
> /Users/MyDirectory/Documents/JOSM/Save_OSM_file/Josm_save.osm

___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev