Opened 6 years ago
Closed 6 years ago
#17730 closed enhancement (fixed)
Compare no tile headers - ESRI Etag value
Reported by: | Don-vip | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 19.05 |
Component: | External imagery source | Version: | |
Keywords: | tile header esri etag | Cc: | Klumbumbus |
Description
Following https://github.com/osmlab/editor-layer-index/pull/552/files I'm implementing the comparison of "no tile header" between JOSM and ELI.
I have one difference:
* No tile headers differ ('{Etag=[10i954m13i2]}' != '{Etag=["10i954m13i2"]}'): Esri World Imagery - https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}
Quotes were added two months ago on JOSM wiki, why? It seems strange. Does ESRI really send quotes?
Attachments (1)
Change History (7)
comment:1 by , 6 years ago
by , 6 years ago
Attachment: | Etag17730.PNG added |
---|
comment:2 by , 6 years ago
Replying to Don-vip:
Does ESRI really send quotes?
Before https://josm.openstreetmap.de/wiki/Maps/Worldwide?action=diff&version=47&old_version=46 it didn't work (i.e. grey tiles were still shown in JOSM). I copied that syntax with the '
from the Mapbox Satellite entry.
comment:4 by , 6 years ago
comment:5 by , 6 years ago
Yes, according the josm tile info window Esri and Mapbox use quotes and others e.g. DigitalGlobe Vivid Imagery not.
comment:6 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Indeed it's conform to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag?utm_source=mozilla&utm_medium=devtools-netmonitor&utm_campaign=default#Directives
So ELI is wrong.
In 15082/josm: