Opened 14 years ago
Closed 14 years ago
#5772 closed enhancement (wontfix)
Support TMS links in Potlatch format
Reported by: | Zverikk | Owned by: | Upliner |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core imagery | Version: | latest |
Keywords: | potlatch, tms | Cc: |
Description (last modified by )
Example: tms:http://irs.gis-lab.info/?layers=irs&request=GetTile&z=!&x=!&y=!
z,x,y exactly in that order, in place of "!" character.
If there is less than three exclamation marks, fall back to standard behaviour. If there's more, use the last three (for sites that have those in path).
Attachments (0)
Change History (5)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|
comment:2 by , 14 years ago
Why just not to use standard templates?
Try tms:http://irs.gis-lab.info/?layers=irs&request=GetTile&z={zoom}&x={x}&y={y}
comment:3 by , 14 years ago
It works, thanks. But there's no way of finding those standard templates (no page on imagery plugin in OSM wiki, no mention of templates on slippymap plugin wiki page).
comment:4 by , 14 years ago
Also, won't it be just cool to support potlatch links out of the box? :)
comment:5 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I don't see why we should support the Potlatch form, as it is bad design compared to our variant (no way to specify what a ! means) and the rewrite is actually very easy.
The description of the JOSM link format is in JOSM wiki Maps and also linked from the JOSM web main page.
fixed link to show that there is no need to create another protocol prefix