Hi i've been trying to load a layer from wms server
after run the code the wmslayer is not empty but I can not see it on the map
wmshp.BaseUrl = "http://www.juntadeandalucia.es/institutodeestadisticaycartografia/geoserver-ieca/grid/wms?"
wmshp.Epsg = 4258
wmshp.Version = wv13
wmshp.Format = "image/png"
wmshp.Layers = "poblacion_total"
wmshp.DoCaching = True
success = wmshp.IsEmpty
a = Sheets("MAPA").axMap1.AddLayer(wmshp, True)
after run the code the wmslayer is not empty but I can not see it on the map
wmshp.BaseUrl = "http://www.juntadeandalucia.es/institutodeestadisticaycartografia/geoserver-ieca/grid/wms?"
wmshp.Epsg = 4258
wmshp.Version = wv13
wmshp.Format = "image/png"
wmshp.Layers = "poblacion_total"
wmshp.DoCaching = True
success = wmshp.IsEmpty
a = Sheets("MAPA").axMap1.AddLayer(wmshp, True)