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 - ventoux

#1
MAPAS/MAPS / Re: French geoplatform WMS maps
November 02, 2024, 08:09:33 AM
QuoteI do not understand how you can say both :
It's because you read too fast or I wasn't precise enough.
I wrote
QuoteWith a new version of Mobac (2.3.3)
In other words, the same .xml file gives different results depending on the Mobac version. It seems to me that the new 2.3.3 correctly handles WMS version 1.3.0.

I add that I can get a puzzled map with this record in wms.services.xml (Oruxmaps v.10.8.0beta2 ). But no map with Oruxmaps v.10.7.4 GP.
It's enough for this subject.


<wms>
<name>Plan test v2</name>
<uid>2001</uid>
<desc>Plan test v2</desc>
<url><![CDATA[https://data.geopf.fr/wms-r/wms?STYLES=&VERSION=1.3.0&SERVICE=WMS&CRS=EPSG:4326]]></url>
<minzoomlevel>2</minzoomlevel>
<maxzoomlevel>18</maxzoomlevel>
<version>1.3.0</version>
<layers>GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2</layers>
<coordinatesystem>EPSG:4326</coordinatesystem>
<format>image/png</format>
<cache>1</cache>
<tilesize>256</tilesize>
<boundingbox minx="-180" miny="-90" maxx="180" maxy="90"/>
It's enough for to day !
#2
MAPAS/MAPS / Re: French geoplatform WMS maps
November 01, 2024, 07:03:57 PM
The xml files I made, are goods.
With a new version of Mobac (2.3.3), I get both maps, Scan 25 and Plan V2.
#3
MAPAS/MAPS / Re: French geoplatform WMS maps
November 01, 2024, 05:34:29 PM
Ah!
With Plan IGN V2, in Mobac, at zoom=4 I get puzzled tiles of Africa !

Perhaps Mobac and Oruxmaps don't know wms version 1.3.0
#4
MAPAS/MAPS / Re: French geoplatform WMS maps
November 01, 2024, 05:10:03 PM
Thanks !
I'm testing the wms scan 25 map in Mobac, and I get white tiles and no error. Same thing with Plan V2.

Android app like Osmand display correctly this map, also "Cartes IGN"  :P
#5
MAPAS/MAPS / Re: French geoplatform maps
November 01, 2024, 07:32:28 AM
QuoteI've tried other apps, and if I've succeeded...I don't know where the problem is.
This is the question.Oruxmaps or not Oruxmaps ?

I wonder how Oruxmaps writes the boundingbox to be sent to the server.
In fact, in the graphical interface for creating WMS maps, you can't choose the WMS version.
But it turns out that in version 1.3.0, for EPSG=4326, the coordinates must not be written in the same order as in version 1.1.0. This may be the reason if Oruxmaps still works in version 1.1.0.
#6
MAPAS/MAPS / Re: French geoplatform maps
October 31, 2024, 05:22:40 PM
This url, in a web browser, is able to get a tile.
https://data.geopf.fr/wms-r/wms?LAYERS=GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2&STYLES=&SERVICE=WMS&REQUEST=GetMap&Version=1.3.0&FORMAT=image/png&CRS=EPSG:4326&BBOX=45.413876460821086,5.855712890625,45.42158812329091,5.86669921875&WIDTH=256&HEIGHT=256"  -->

But this in wms.service.xml can't get a map.
<wms>
<name>Plan test v2</name>
<uid>2001</uid>
<desc>Plan test v2</desc>
<url><![CDATA[https://data.geopf.fr/wms-r/wms?STYLES=&]]></url>
<minzoomlevel>2</minzoomlevel>
<maxzoomlevel>18</maxzoomlevel>
<version>1.3.0</version>
<layers>GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2</layers>
<coordinatesystem>EPSG:4326</coordinatesystem>
<format>image/png</format>
<cache>1</cache>
<tilesize>256</tilesize>
<boundingbox minx="-180" miny="-90" maxx="180" maxy="90"/>
</wms>

What's the right syntax?
#7
MAPAS/MAPS / Re: French geoplatform maps
October 27, 2024, 08:48:05 AM
This is the tms file I use in Qmapshack for this map.
<TMS>
<Layer idx="0">
<Title>TITLE</Title>
<Script><![CDATA[(
 function convert(z,x,y)
{function tile2lon(x, z) {return x / Math.pow(2.0, z) * 360.0 -180.;}
  function tile2lat(y, z) {
    n = Math.PI - (2.0 * Math.PI * y) / Math.pow(2.0, z);
    return (Math.atan(Math.sinh(n)))*180.0/Math.PI;
  }
  north = tile2lat(y, z);
  south = tile2lat(y + 1, z);
  west = tile2lon(x, z);
  east = tile2lon(x + 1, z);
  bbox = south + "," + west +"," + north + "," + east;
  return "https://data.geopf.fr/private/wms-r?apikey=ign_scan_ws&LAYERS=SCAN25TOUR_PYR-JPEG_WLD_WM&FORMAT=image/jpeg&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&WIDTH=256&HEIGHT=256&CRS=EPSG:4326&STYLES=&BBOX=" + bbox
}
)]]></Script>
</Layer>
<Copyright>COPYRIGHT</Copyright>
</TMS>

https://geoservices.ign.fr/documentation/services/utilisation-sig/tutoriel-qgis/gpf-wms-wmts-donneesnonlibres

There are public and private maps. But privates can bee accessed by a public apikey

This map's properties in Qgis
Information du fournisseur
Emprise    -180.0000000000000000,-90.0000000000000000 : 180.0000000000000000,90.0000000000000000
Largeur    n/a
Hauteur    n/a
Type de Donnée    Impossible de déterminer le type de donnée raster.
WMS Info   
Couches sélectionnées Autres couches
Propriétés du serveur
Propriétés    Valeur
WMS Version    1.3.0
Titre    WMS/WMTS/TMS server
Résumé    This server provide WMS, WMTS and TMS raster and vector data broadcast
Mots-clés    WMS
WMTS
TMS
Ressource en ligne    -
Personne à contacter   

ROK4 Team
Tarifs    none
Contraintes d'accès    none
GetCapabilitiesUrl    https://data.geopf.fr/private/wms-r?VERSION=1.3.0&
GetMapUrl    https://data.geopf.fr/private/wms-r?
GetFeatureInfoUrl    https://data.geopf.fr/private/wms-r?
GetLegendGraphic    https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg?
Formats d'image    image/jpeg
image/png
image/tiff
image/geotiff
image/x-bil;bits=32
Formats reconnus    text/plain
text/html
text/xml
application/xml
application/json
Nombre de couches    4

#8
MAPAS/MAPS / Re: French geoplatform maps
October 27, 2024, 08:02:56 AM
You've already done a lot, and I'd like to thank you once again. I wish you all the best for your outings in the great outdoors.

Your tests confirm mine, there's something wrong  :P . When I looked at the contents of the .wms_data file, I saw that it contains all the parameters for the wms maps. I'll also try to modify it, for the fun !
#9
MAPAS/MAPS / Re: French geoplatform maps
October 26, 2024, 04:53:12 PM
QuoteBut maybe I'm wrong
No, you're right. 
I'm aware that I'm only zooming in to the maximum level of the SCAN25TOUR_PYR-JPEG_WLD_WM layer in wms. But it's very useful in the field, in some cases where relief is important for orientation. In short, I prefer a blurred map, but with relief and vegetation, to a sharp map but without this informations.

Thanks for your explanations and I'll try to reduce the zoom level of GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25TOUR to wmts.

And all this doesn't say how to get the IGN's map i want in wms. But it's an excellent workaround. Thanks you very much for that.
#10
MAPAS/MAPS / Re: French geoplatform maps
October 26, 2024, 02:26:38 PM
Tell me what you need, and I'll tell you how to get by without it.  :D

The difference between the two maps is in the highers zoom levels. We no longer have the same layer.
#11
MAPAS/MAPS / Re: French geoplatform maps
October 26, 2024, 12:01:29 PM
I thank you, but i tried this way too. The map does not display.
Perhaps, i forget some addons in the url ...
This is why i would like to understand capabilities for the <boundingbox>

Do you know what is the purpose of the file .wms_data ?
#12
MAPAS/MAPS / French geoplatform WMS maps
October 26, 2024, 10:54:47 AM
Hello,
The new IGN platform seems to have stabilized. It's time to review how to use it with Oruxmaps for wms and wmts maps.

As I understand it, you can define new personal wmts maps in the onlinemapsousrces.xml file, to be placed in the customonlinemaps directory. This works well and I've added my own, inspired by randochartreuse.free.fr.

However, to add wms maps, you need to use the wms-services.xml file in the mapfiles directory.
In this file, I'd like to add the Scan 25 resource. Has anyone done this before, and can they tell me what parameters to use?
Thanks for your help.
Translated with DeepL.com (free version)


Bonjour,
La nouvelle plateforme de l'IGN semble maintenant stabilisée. C'est le moment de faire le point sur la façon de l'utiliser avec Oruxmaps pour les cartes wms et wmts.

Si j'ai bien compris, on peut définir de nouvelles cartes wmts personnelles dans le fichier onlinemapsousrces.xml à placer dans le répertoire customonlinemaps. Cela fonctionne bien et j'ai pu ajouter les miennes en m'inspirant de randochartreuse.free.fr.

Par contre, pour ajouter des cartes wms, il faut utiliser le fichier wms-services.xml du répertoire mapfiles.
Dans ce fichier, je voudrais ajouter la ressource Scan 25. Quelqu'un a-t-il déjà fait cela et peut-il communiquer les paramètres à utiliser ?
Comment trouver les bonnes informations dans le fichier des "capabilities" et les reporter dans les balises du fichier <wms> ... </wms>
#13
GENERAL / Re: SICAMI TRACKS
June 21, 2024, 10:06:14 AM
QuoteNo se si solucionaste esto, pero debes de ser posible para ti agregar cuentas de correo a tu android aunque no sean gmail, y luego utilizarlas con Oruxmaps.
El problema no está en añadir una cuenta que no sea de correo electrónico gmail, sino en añadir una cuenta de correo electrónico que no esté vinculada a una cuenta de Google.

En mi teléfono Android, no se puede crear una cuenta sin antes elegir con qué aplicación se va a utilizar. Algunas aplicaciones permiten crear una nueva cuenta, por ejemplo Goole, Samsung, Microsoft 365, Facebook, LDAP, Meet... pero Oruxmaps no.

The problem isn't with adding a non-gmail account, but with adding an email account that isn't linked to a Google account.

On my Android phone, you can't create an account without first choosing which application it will be used with. Some applications allow you to create a new account, e.g. Goole, Samsung, Microsoft 365, Facebook, LDAP, Meet ... but Oruxmaps does not.
#14
GENERAL / Re: SICAMI TRACKS
June 21, 2024, 09:02:39 AM
Quote from: sica_2022 on June 17, 2024, 08:59:29 PM
Quote from: sica_2022 on June 17, 2024, 08:55:31 PMHello and apologies, but I am not receiving the notification emails and I thought nothing had been commented here.

One of the EBikes has already been removed. Thank you very much for letting me know.
I am not receiving the notification emails, me too !
Why to delete instead of distinguishing the two activities "electric road bike" "electric mountain bike"?
The nature of the terrain on these routes is very different.


It's the same thing, in french, there are  two occurrences of  the same word "Randonnée", but in spanish "senderismo" and "senderismo trekking" .  And in english, "Train" and "Trekking".
#15
GENERAL / Re: SICAMI TRACKS
June 05, 2024, 07:38:22 AM
Quote from: capoccia on June 03, 2024, 05:44:52 PMIn Gmail app I have 2 Gmail accounts but in Samsung Email app I have 2 accounts the fist is xyz@tin.it and second is my company email xyz@ensss.it!!
Yes, this shows that the Oruxmaps application should allow you to create a new account instead of having to choose one of the existing ones.

This is possible with Google, Samsung, DAV5x, Facebook, OneDrive, Microsoft365, and many other applications.