Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ppiter

#31
Habe heute erstmals das Overlay mit den Hangneigungskarten in outdooractve gesehen. Kennt jemand eine Möglichkeit, dass als Layer für die Vektorkarten in Locus zu nutzen? Wäre super für Skitouren oder MTB touren.
Gruß Jochen
#32
Information / Re: Custom screens creating
July 12, 2012, 21:18:38
Hi Menion,

I would like to have a kind of bicycle computer as a custom screen. But my proposal is not  to make a real custom screen because the display of my mobile is small and I want to see as much of the map as possible. I think it would be better to have one ore more additonal screens and a possibility to switch very easy between screens. For instance first screen is the map second is bicycle computer and third is extended info on bicycle computer.

I know you don't work with garmin devices. But they have a pretty easy possibility to setup your personal page (it is a kind of custom screen).  The page has 8 rectangels. Each rectangel can contain information f.i. speed or altitude. The user can choose from ca. 20 different things in a dropdown box. The user has the possibility to decide what information is displayed in each rectangle. So everybody can create his own custom screen.

[attachment=0]custom screen.png[/attachment]
#33
Themes - Vector maps / Re: [Theme] Hiking v0.6
July 12, 2012, 14:04:09
Hi jurajs,

thankx for the links. But this is for experts only. I am no programmer and I want to understand from user's point of view.
#34
Themes - Vector maps / Re: [Theme] Hiking v0.6
July 06, 2012, 16:13:00
Ok, thank you guys. I thought only the settings in the  hiking theme decide on which layer the objects are shown. So there is no chance to have powerlines on the map?
Do you have an idea where the whole process of making a map is shown? Easy to understand for newbies and not for experts?
Thanks ppiter
#35
I will do my very best!
Thanks for your answer. I will wait for the next winter/spring!
#36
Maps / Openmtbmap as map or overlay
July 02, 2012, 21:35:39
Openmtbmap shows special tracks for people who ride MTB.

 Is it possible to see the data/routes from openmtbmap in the cycle-map as well? Do I need to adapt the theme and integrate mtb:scale and mtb:description? Or has the map not the necessary data for this?

Is it possible to create a map overlay?
#37
Themes - Vector maps / Re: [Theme] Hiking v0.6
July 02, 2012, 19:34:38
The hiking theme is very helpful for me. Thank you!
What I'm missing are powerlines. If I integrate power:line and power:pole in the theme it is just the same. No powerlines on the map.

Another problem is I want to see some nodes on lower zoom levels. So I tried to change
         <rule e="node" k="amenity" v="restaurant" zoom-min="15">
            <symbol src="file:/symbols/restaurant.png" />
         </rule>
to          <rule e="node" k="amenity" v="restaurant" zoom-min="13">
            <symbol src="file:/symbols/restaurant.png" />
         </rule>
but nothing happens. Where is my mistake?
#38
Is it possible to see the data/routes from openmtbmap in the cycle-map as well? Do I need to adapt the theme and integrate mtb:scale and mtb:description? Or has the map not the necessary data for this?
#39
Themes - Vector maps / Re: [Theme] OSM Cyclo
May 19, 2012, 18:25:26
I don't thought that it is so complicated to create cycle map!
Thanks folks for your reply and the explanation what is necessary. I will wait.

@Christian: I wish you a lot of fun with kayaking! I've paddeled over 25 years RU
#40
Themes - Vector maps / [Theme] OSM Cyclo
May 15, 2012, 22:11:40
Does anybody created a cylcle theme like OSM Cyclo and is willing to share it?

I tried to create a theme with vector map and overlay for cycleroutes provided here viewtopic.php?f=43&t=1876. But I failed.
Thank you
#41
Ok, I finally found the mistake. In the first line of the code in the example is
<?xml version="1.0"?>this does not work for me. If I change the first line to
<?xml version="1.0" encoding="UTF-8"?> :D
I get all overlays. I'm no programmer, so I don't know what the difference is. But in my original providers.xml produced by map tweak the first line is with UTF-8

Hope this can help others
#42
Next attempt:
I renamed locus directory on sd card.
I created new directory on sd card /Locus/mapsOnline/custom and put the providers.xml file in the custom directory.
I have only this in my providers.xml
   <?xml version="1.0"?>
    <providers>
       <provider id="11234" type="0" visible="true" required="false" background="-1">
          <name>OSM - layers</name>
          <mode>OMS hill shade layer</mode>
          <area></area>
          <url><![CDATA[http://129.206.74.245:8004/tms_hs.ashx?x={x}&y={y}&z={z}]]></url>
          <zoomPart>{z}-8</zoomPart>
          <zoomMin>8</zoomMin>
          <zoomMax>26</zoomMax>
          <tileSize>256</tileSize>
          <attribution>overlay tiles come from http://openmapsurfer.uni-hd.de, Terms of Use: http://openmapsurfer.uni-hd.de/contact.html</attribution>
       </provider>  
       <provider id="11235" type="0" visible="true" required="false" background="-1">
          <name>OSM - layers</name>
          <mode>OMS contour layer</mode>
          <area></area>
          <url><![CDATA[http://129.206.74.245:8006/tms_il.ashx?x={x}&y={y}&z={z}]]></url>
          <zoomPart>{z}-8</zoomPart>
          <zoomMin>8</zoomMin>
          <zoomMax>26</zoomMax>
          <tileSize>256</tileSize>
          <attribution>overlay tiles come from http://openmapsurfer.uni-hd.de, Terms of Use: http://openmapsurfer.uni-hd.de/contact.html</attribution>
       </provider>  
    </providers>
I installed Locus free
I looked in map manager/online but again no additional layers to select.
I am helpless now!
#43
I cant select it in Map as Source. As I said I have no problems with the other samples. They work fine. Only this one makes me trouble. Do I have to delete a cache or something else? Same problem with the OMS: viewtopic.php?f=43&t=1907. Only the Wanderreit: viewtopic.php?f=43&t=1881 is working for me.
#44
Is there a chance to get the mapprovider config for the layers? They look really good!!!
#45
Wanderreit (hill shade and Contour lines) is working, but hikebikemap isn't shown in online maps. I tried it with a new Provider.xml and put only your code in this file. But it isn't shown. If I do the same with wanderreit it works fine. Any hints for me?