tumic0 / GPXSee-maps

GPXSee maps
https://maps.gpxsee.org
The Unlicense
33 stars 10 forks source link

GPXSee-maps/World/Europe/ES/ don't work for me #47

Closed jacanestro closed 3 years ago

jacanestro commented 3 years ago

Hi!!

First of all, I'd like to say that this is a great program! Congratulations!

I'm not an expert, so sorry if this is a dummy question.

The Spanish IGN raster maps don't work for me. I found in the Spanish IGN web site this link: https://www.ign.es/wms-inspire/mapa-raster which redirects you to: https://www.ign.es/wms-inspire/mapa-raster?request=GetCapabilities&service=WMS

But I don't know how to handle it and what to do to update GPXSee IGN-mapa-raster.xml file. I have replace the url line with "https://www.ign.es/wms-inspire/mapa-raster" but it does not work.

Can you help me with this issue???

Thank you in advance!

sikmir commented 3 years ago

@jacanestro I've just tried IGN-mapa-raster.xml and it works for me: scr1 Try to look at GPXSee console output to figure out what is going on.

jacanestro commented 3 years ago

Thank you! I have reinstalled GPXSee and map XML without success. I'm using Windows 10. Where can I see the console output?

tumic0 commented 3 years ago

The problem is, the map zooms use the colon (":") charcter which is not allowed on Windows to be part of a path (GPXSee uses the zoom names in the tile file names). I have changed the map to use the EPSG:3857 matrix rather than the EPSG:4326 (no idea why I chose that one when creating the map as it is much more distorted than the EPSG:3857 one) which has a more sane zoom names. So the map now works on Windows (and looks "better"), but it has to be fixed in GPXSee anyway.

jacanestro commented 3 years ago

Thank you! Great job!!