help needed writting sqlite for SHOM maps #16494
Replies: 4 comments 2 replies
-
in theory it is quite easy the first step is to know the capabilities (maps/layers and their parameters) of WMS server so you should click on the first or second link of your 3rd link to know it please noticed request=GetCapabilities This is xml file. Then you see what you can get. You should build request that contains server name, request GetMap and parameters in your case So for the example I choose one of the last map then I can build the request but osmand has some problems #4201 with ver.1.3.0 in such cases I use oruxmap that is much much better for WMS services than osmand and helps to set parameters to use WMS automatically without guessing. |
Beta Was this translation helpful? Give feedback.
-
AFAIK OsmAnd can only display vector data when packaged as OBF. Online maps can be included if they are raster based and provided as slippy tiles using the Online Maps Plugin. So you can access TMS and WMTS but not WMS directly. To access a WMS, you need some kind of proxy that translates WMS to TMS, like https://mapproxy.org/. You can add online maps to OsmAnd very easily via the magic URL. example: just click this to add The charts by SHOM are provided via a WMS, so they cannot be used in OsmAnd directly. |
Beta Was this translation helpful? Give feedback.
-
Actually SHOM nautical charts are available freely via WMTS at |
Beta Was this translation helpful? Give feedback.
-
https://mapproxy.org/ does allow setting of custom headers. Another interesting service for WMS-TMS-translation is http://whoots.mapwarper.net/ try this: |
Beta Was this translation helpful? Give feedback.
-
Hello,
I know how to use the sqlite.db files, i have already completed with the Navionic and the French IGN maps. But in that cases the sqlite.db file was provided.
https://tech.gamuza.fr/OSM-AND-ajouter-carte-IGN.html
https://anygis.ru/Web/Html/Osmand_en
Now, I would like to have the French marine maps SHOM
https://services.data.shom.fr/support/fr/geoservices/WMS
Could you please give me indications how to write the sqlite.db file that matches ?
I have not understood how it works and which parameters are required to communicate with the WMS server.
Thanks
Benoit
Beta Was this translation helpful? Give feedback.
All reactions