GPXSee-maps icon indicating copy to clipboard operation
GPXSee-maps copied to clipboard

GPXSee maps

Results 1 GPXSee-maps issues
Sort by recently updated
recently updated
newest added

Currently the server provides broken [Capabilities.xml](https://mapservices.navici.com/karjalankartat/wms?apikey=4NIgWBON5qRTx8ePtDbQNR0YojJkhlFB&SERVICE=WMS&REQUEST=GetCapabilities), GetMap url contains `geoserver-applications:8060/geoserver/karjalankartat/ows` instead of `mapservices.navici.com/karjalankartat/wms`. Obviously `geoserver-applications` couldn't be resolved: ``` Error downloading file: http://geoserver-applications:8060/geoserver/karjalankartat/ows?SERVICE=WMS&&service=WMS&version=1.3.0&request=GetMap&bbox=-32265312.952290,4375410.648616,7809703.733288,44450427.334195&width=256&height=256&layers=topo20k_group&styles=&format=image/png&transparent=true&CRS=EPSG:2394: Host geoserver-applications not found ``` Workaround: ```sh...