Buen dia, regreso a este foro despues de intentar varias veces poner una capa llamada cdenue14, sin exito, no se que estoy haciendo mal, hace tiempo intente ponerla ni antes ni ahora e podido, quizas tenga algo mal
Good day, I return to this forum after I try several times to put a layer called cdenue14, unsuccessfully, not I'm doing wrong, while I try to put it, not before, not now I could, maybe I have something wrong
- Код: Выделить всё
http://gaia.inegi.org.mx/NLB/tunnel/wms/mdm6wms?map=/opt/map/mdm60/mdm61vector.map&LAYERS=cdenue14&FORMAT=image%2Fpng&MAXRESOLUTION=4891.969809375&MINZOOMLEVEL=5&ZOOMOFFSET=5&TATO=0&LAYERNAME=&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FIRM=419&SRS=EPSG%3A900913&BBOX=-11656513.59485,2757181.1075925,-11647341.151458,2760243.3660377&WIDTH=1920&HEIGHT=641
- Код: Выделить всё
[b]Geturlscript.txt[/b]
var
Host: string;
begin
Host := RegExprReplaceMatchSubStr(GetURLBase, 'gaiamapas\.inegi', 'gaiamapas' + IntToStr(Random(4)) + '.inegi');
Host := RegExprReplaceMatchSubStr(Host, 'gaiamapas0\.inegi', 'gaiamapas1.inegi');
ResultURL := Host + '&FORMAT=image%2Fpng&TATO=0&LAYERNAME=&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&SRS=EPSG%3A900913&BBOX=' +
RoundEx(GetLMetr, 8) + ',' + RoundEx(GetBMetr, 8) + ',' + RoundEx(GetRMetr, 8) + ',' + RoundEx(GetTMetr, 8) + '&WIDTH=256&HEIGHT=256';
end.
- Код: Выделить всё
[b]params.txt[/b]
[PARAMS]
GUID={cdb02f5c-9e5e-4823-90cc-599960b20ff9}
name=Denue
name_en=Denue
ParentSubMenu=gaiamapas
ParentSubMenu_en=gaiamapas
DefURLBase=http://gaia.inegi.org.mx/NLB/tunnel/wms/mdm6wms?map=/opt/map/mdm60/mdm61vector.map&LAYERS=cdenue14
EPSG=3785
NameInCache=Denue
Ext=.jpg
ContentType=image/jpeg
Maximuz писал(а):---------Español----------------
Buen dia, recurro en busqueda de su ayuda para añadir un servidor de mapas, que por motivos desconocidos no he podido incluir en SAS Planet, he hecho pruebas sin exito y cuando visualizo las capas de los mapas en gvSIG, no se visualizan los mapas como aparece en el portal web, ademas he hecho de todo para hacelo funcionar con SAS Planet sin exito, por lo cual estoy recurriendo en su ayuda, espero y ustedes me puedan ayudar con esto.
Website:
http://goo.gl/aHwg2qWeb Map Service:
http://goo.gl/lO4vrSEl mapa del portal web, esta mas presentable que el wms, si se pudiera añadir el portal web estaria mejor.
Gracias por todo.
----------English------------
Good day, I appeal seeking your help to add a map server, which for unknown reasons I have not been able to include in SAS Planet, I have been tested without success and when I visualize the layers of maps in gvSIG not maps as shown on the website are displayed've also done everything for viewing on SAS Planet unsuccessfully, so I'm resorting to his aid, and I hope you can help me with this.
The map web portal, is more presentable than the wms, if you could add the website would be better.
Thanks for everything.