Downloading Google public transport layer

Started by bbairagee, April 03, 2013, 21:36:40

0 Members and 1 Guest are viewing this topic.

bbairagee

Hi
I need to download 'Google public transport' map using Mobile atlas creator. Any help will be very much appreciated.
  •  

raniadoll

#1
just downlaoded MOBAC 1.9.11. I found that the most of the map sources have been removed from the application compare to version 1.8 beta. I need to add GB OS map source with it. I read some howtos but I find it difficult to follow. Could anyone please help me to adding GB OS map source with MOBAC

Menion

#2
Hi guys,
  these maps were removed just because their downloading violate Terms of Use of these maps. So there is no simple way to add them legaly to Mobac, as well as to Locus, sorry
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

brotbuexe

#3
For self service:

Google Map with Transport Layer
<?xml version="1.0" encoding="UTF-8"?>
<providers>
      <provider id="11702" type="0" visible="true" background="-1">
      <name>Google</name>
      <mode>Google Public Transport</mode>
      <area></area>
      <url><![CDATA[http://mts{s}.google.com/vt/lyrs=m@226013026,transit:comp|vm:1&hl=de&src=app&opts=r&x={x}&y={y}&z={z}&s=]]></url>
        <serverPart>0;1</serverPart>
      <zoomPart>{z}-8</zoomPart>
      <zoomMin>8</zoomMin>
      <zoomMax>27</zoomMax>
      <tileSize>256</tileSize>
      <attribution><![CDATA[(c)2011 Google - Map data (c)2011 Tele Atlas]]></attribution>
      <extraHeader><![CDATA[User-Agent#Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1]]></extraHeader>
      <extraHeader><![CDATA[Referer#http://maps.google.com/]]></extraHeader>
   </provider>
</providers>

Transport Layer Only:
<?xml version="1.0" encoding="UTF-8"?>
<providers>
      <provider id="11703" type="0" visible="true" background="-1">
      <name>Overlays</name>
      <mode>Google Public Transport</mode>
      <area></area>
      <url><![CDATA[http://mts{s}.google.com/vt/lyrs=transit:comp|vm:1&hl=de&src=app&opts=r&x={x}&y={y}&z={z}&s=]]></url>
        <serverPart>0;1</serverPart>
      <zoomPart>{z}-8</zoomPart>
      <zoomMin>8</zoomMin>
      <zoomMax>27</zoomMax>
      <tileSize>256</tileSize>
      <attribution><![CDATA[(c)2011 Google - Map data (c)2011 Tele Atlas]]></attribution>
      <extraHeader><![CDATA[User-Agent#Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1]]></extraHeader>
      <extraHeader><![CDATA[Referer#http://maps.google.com/]]></extraHeader>
   </provider>
</providers>

How to use: http://docs.locusmap.eu/doku.php/manual ... nformation
How to use the information with Mobac: http://docs.locusmap.eu/doku.php/commun ... pc_mobac?s[]=custom&s[]=provider
  •  

Menion

#4
guys when you have need to share these methods, please keep in mind Terms of use of Google Maps and others. And at least do not download tiles in bulk.

If I'll anyway receive any warning from Google or others, I'll without waiting, delete all relative topic
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •