ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.79k stars 2.41k forks source link

"SpainMap" WMS Server is outdated. #635

Open taedla01 opened 10 years ago

taedla01 commented 10 years ago

Hello everyone,

In flight data, if you select "SpainMap" in map options, the server adress seems to be outdated. The tiles are not loaded.

The server adress changed several months ago. I do not know exactly how to change it in Mission Planner (or if it is possible).

The new adress for wms IGN server is: http://wms.magrama.es/wms/wms.aspx as you can see in: http://www.magrama.gob.es/es/cartografia-y-sig/ide/directorio_datos_servicios/agricultura/servicios-wms-sigpac/wms_sigpac.aspx

I must to say that IGN services (National Geographic Institute of Spain) are free for general use and you do not need to have permission to access to them.

For now I am using custom maps and I am accesing directly to the server using these next two adresses for making my custom SpainMap, but it is hard to get a combined map using this two types of tiles with prefetch tool.

Actually I am using this for ortophotos: http://www.ign.es/wms-inspire/pnoa-ma

And this for topographic maps: http://www.ign.es/wms-inspire/mapa-raster

Then I combine the files and I create a folder labeled SpainMap. Next you have to do is insert that folder in: C:\Program Files\Mission Planner\gmapcache\TileDBv3\en (or wherever you have installed Mission Planner).

Hope it can help to other users with same problem...

Tell me if you need some translations or help. Thanks in advance.

Regards from Spain, Dario.

taedla01 commented 10 years ago

@meee1 , thanks for the update,

I have updated Mission Planner to 1.3.10 versión, and now it works but has two faults... It loads tiles with watermark and a thin grid around tiles. I do not know if can be solved. When I load with other applications, they give me the possibility of not show grid and watermark:

ign map with watermark

On last, if I zooming out, tiles are not loaded correctly, just shows a white tile with the watermark. From infinite to level @15 of zoom, topographic maps are showed by the server with other applications. Maybe is a problem of layer selection...

ign map zoom out no tiles

When I load "SpainMap" tiles using CustomMap option, it gives me an input bar for elect a configuration for layers.

These issues are not really a problem for me. Remember that I used CustomMap option for prefetch before update. Thanks for update server url because now I can load tiles through mobile if the plane raise the prefetched zone.

Thanks Michael for your time and your effort,

Dario.

meee1 commented 10 years ago

b404f21ab833b294a00ddf3c590caa6dd9017b4f

meee1 commented 10 years ago

what other app are you loading with?

taedla01 commented 10 years ago

Hi @meee1,

Main application that I am using now is MOBAC "Mobile Atlas Creator":

http://mobac.sourceforge.net/

With this, you can export maps to your device (gps, pc, garmin...) almost in any format. I use it to prefetch maps in my mobile phone (Nokia C7, symbian), bike gps and AutoCAD (for example). Other solution like MOBAC is OziExplorer.

Officialy, maps can be viewed through sigpac web-display, but remember that server is public and has free access. This always shows both map types and watermark.

Normal: http://sigpac.mapa.es/fega/visor/ HTML5: http://sigpac.magrama.es/fega/h5visor/

Regards from Spain. Dario.