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.
Pages1
#1
MAPAS/MAPS / Re: French Geoportail Map in Oruxmap
February 16, 2019, 10:38:26 PM #2
MAPAS/MAPS / Re: French Geoportail Map in Oruxmap
December 29, 2018, 01:41:47 PMJe viens de trouver une astuce très interessante surtout pour ceux de l'est de la France qui souhaites avoir les balisages du club vosgien.
J'ai découvert par hasard que dans Geoportail en sélectionnant "carte topographique IGN" on disposait du balisage club vosgien ce que je n'avais pas dans Oruxmaps
Apres avoir ramer quelques heures j'ai trouver une astuce qui solutionne ce probleme surement temporairement mais qui ouvre la possibilité à toutes les cartes je pense de Geoportail.
Etape 1:
Ouvrir geoportail dans un navigateur tel qu'Opera et ouvrir le mode développeur.
https://i.postimg.cc/GttpfWBC/tuto1.jpg">
Dans le mode développeur on retrouve l'adresse à utiliser dans le fichier onlinemapsources.xml ainsi qu'une clé.
J'ai donc ajouter le script suivant (il faut reprendre la cle visible dans le mode developpeur et remplacer CLE_GEOPORTAIL :
Code Select
<onlinemapsource uid="1005">
<name>TOP25 touristique</name>
<url><![CDATA[https://wmts-remonterletemps.ign.fr/CLE_GEORPORTAIL/geoportail/wmts?layer=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25TOUR.CV&style=normal&tilematrixset=PM&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fjpeg&TILEMATRIX={$z}&TILEROW={$y}&TILECOL={$x}]]></url>
<minzoom>1</minzoom>
<maxzoom>17</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name="User-Agent">Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0</httpparam>
<httpparam name="Referer">http://https://www.geoportail.gouv.fr</httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
Et voila ce que ca donne :
https://i.postimg.cc/pVQfDzvY/Screenshot-20181229-131544.png">
Je pense que la cle n'est pas valide trés longtemps (peut être une journée) mais pour du hors ligne c'est top
Joyeux noel
#3
MAPAS/MAPS / Re: Strava heatmap
May 02, 2018, 10:20:14 AMI try to use it this morning and it worked no more (and it seems that the old version (globalheatmap) too like you).
So I thought that it was strange and I decided to come back to the forum in order to check if there is anything new and I saw your post.
It is a pity...
I will try with an another Cookie. Maybe the cookie is working only few days? but I am affraid that the problem is maybe more complex and they added a new security.
We keep us together in touch if new infos.
Regards
#4
MAPAS/MAPS / Re: Strava heatmap
April 20, 2018, 09:00:12 AMIt works now fine with cookie adding.
Maybe I will made some copy screen to explain the how to do in the future.
#5
MAPAS/MAPS / Re: Strava heatmap
March 26, 2018, 10:28:55 PMhttps://i.goopics.net/j1mAN.png">
The following is the new one with heatmap-external before the zoom limitation done by strava last month.
https://i.goopics.net/71mOa.png">
As you can see except the colors, clearly the new heatmap-external has much more detailled informations vs the globalheatmap
#6
MAPAS/MAPS / Re: Strava heatmap
March 26, 2018, 04:32:52 PMThanks.
I already use the "globalheat" previously but it is the old revision of the heatmap.
Should be the heatmap until 2016 or something like that.
The heatmap-external is the new revision with really much more path/track and more visible tracks.
On area with few Strava player, I have really less information with the "globalheat" versus the "heatmap-external"
I will make a screen copy soon of the both to see the difference.
#7
MAPAS/MAPS / Re: Strava heatmap
March 25, 2018, 06:50:44 PMhttps://i.goopics.net/9p8Ng.png">
#8
MAPAS/MAPS / Re: Strava heatmap
March 25, 2018, 06:43:48 PMThe current problem is since February 2018, we have a new limitation on the Heatmap.
Without connection ID+Password, we can't make a zoom deeper than 10. Not enought to be usable for running or montain bike.
Is there any people here who have an idea to modify the script to be usable until a zoom 15.
Normally when I look the script of the website heatmap strava, I understant that tiles should be replaced by tiles-auth but it is not enought.
Code Select
<onlinemapsource uid="66">
<name>Strava cycling heatmap (LAYER)</name>
<url><![CDATA[https://heatmap-external-b.strava.com/tiles/ride/hot/{$z}/{$x}/{$y}.png?px=256]]></url>
<minzoom>6</minzoom>
<maxzoom>23</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<cacheable>0</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>
<onlinemapsource uid="67">
<name>Strava running heatmap (LAYER)</name>
<url><![CDATA[https://heatmap-external-b.strava.com/tiles/run/hot/{$z}/{$x}/{$y}.png?px=256]]></url>
<minzoom>6</minzoom>
<maxzoom>23</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<cacheable>0</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>
To be logged I imagine that I need to use some "httpparam" like below but nothing was working.
Code Select
<httpparam name="provider id">10900</httpparam>
<httpparam name="id">8013503</httpparam>
<httpparam name="logged_in">true</httpparam>
<httpparam name="type">0</httpparam>
<httpparam name="identity_id">506121012836992691</httpparam>
<httpparam name="mapboxgl.accessToken">pk.eyJ1Ijoic3RyYXZhIiwiYSI6IlpoeXU2U0UifQ.c7yhlZevNRFCqHYm6G6Cyg</httpparam>
<httpparam name="visible">true</httpparam>
<httpparam name="background">-1</httpparam>
<httpparam name="name">Strava</httpparam>
#9
MAPAS/MAPS / Re: French Geoportail Map in Oruxmap
March 06, 2018, 12:32:07 PMDans la mémoire du téléphone aller dans le repertoire "oruxmaps" puis "mapfiles"
copier coller le fichier "onlinemapsources.xml" sur un PC puis l'ouvrir avec l'éditeur de texte.
A l'intérieur il faut copier coller le script précédemment posté en y indiquant à l'endroit indiqué sa clé personnelle IGN.
Ensuite sauvegarder et copier/coller le fichier modifier dans son téléphone.
Dans certains cas, il n'est pas possible d'accéder au répertoire oruxmaps dans le téléphone en branchant le câble usb alors il est possible de le faire via google drive ou par email etc...
Quand on retourne dans Oruxmaps dans la sélection des cartes, il faut cliquer sur le bouton update pour que la mise à jour soit prise en compte.
Quand j'ai créé mon compte suivant la méthode décrite dans le fichier trace de trail, j'avais bien indiqué le site "
#10
MAPAS/MAPS / Re: French Geoportail Map in Oruxmap
March 04, 2018, 08:19:41 AMlicence ign trace de trail
La première réponse est un PDF avec la méthode utilisée pour le site Trace de trail mais idem pour notre cas.
#11
MAPAS/MAPS / Re: French Geoportail Map in Oruxmap
March 04, 2018, 08:17:47 AMIl est également possible de rajouter les scan express, les cartes satellites etc...
Code Select
<onlinemapsource uid="185">
<name>01 France Cartes IGN</name>
<url><![CDATA[http://wxs.ign.fr/"Votre Cle IGN"/wmts?LAYER=GEOGRAPHICALGRIDSYSTEMS.MAPS&FORMAT=image/jpeg&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&TILEMATRIXSET=PM&&TILEMATRIX={$z}&TILEROW={$y}&TILECOL={$x}]]></url>
<minzoom>1</minzoom>
<maxzoom>17</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name="User-Agent">Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0</httpparam>
<httpparam name="Referer">http://iframe.tracedetrail.fr/</httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
#12
MAPAS/MAPS / Re: French Geoportail Map in Oruxmap
February 02, 2018, 05:15:51 PMJ'ai essayé d'envoyer le scripts il y a quelques jours mais j'ai l'impression que mon message n'a pas été validé?
#13
MAPAS/MAPS / Re: Strava heatmap
January 31, 2018, 10:59:32 PMbelow the script copy in the file onlinemapsources.xml in order to add the heatmap from strava on the list of map.
After, you can make a composite map to have the heatmap upper an another map. Very useful to find the best road or path.
I hope that it will help you.
Regards
<onlinemapsource uid="66">
<name>Strava cycling heatmap (LAYER)</name>
<url><![CDATA[
<minzoom>6</minzoom>
<maxzoom>23</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<cacheable>0</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>
<onlinemapsource uid="67">
<name>Strava running heatmap (LAYER)</name>
<url><![CDATA[
<minzoom>6</minzoom>
<maxzoom>23</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<cacheable>0</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>
Pages1