timwaters / mapwarper

free open source public map georeferencer, georectifier and warper
http://mapwarper.net
MIT License
197 stars 80 forks source link

JOSM links broken - new format required #25

Open timwaters opened 11 years ago

timwaters commented 11 years ago

wms:http://mapwarper.net/maps/wms/1?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=image&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}

xplora1a commented 7 years ago

Is this supposed to be fixed, I am trying to use a image in JOSM and it is just giving errors. Using a link http://mapwarper.net/maps/wms/21146?request=GetCapabilities&service=WMS&version=1.1.1 as given on the export tab

lischenko commented 3 years ago

The links such as https://mapwarper.net/maps/tile/12345/{z}/{x}/{y}.png don't work for me in JOSM when I use the Imagery -> Rectified Image... -> Map Warper menu.

However, it works when I put the URL http://mapwarper.net/maps/wms/12345?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=image&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox} under Custom WMS Link

(Maybe this helps someone who comes to GitHub issues trying to understand why the link doesn't work)