openstreetmap/iD

Add a parameter to support custom {tileSize} of WMTS backgrounds

Open

#8,688 opened on Sep 13, 2021

 (1 comment) (0 reactions) (0 assignees)JavaScript (1,449 forks)github user discovery
help wanted

Repository metrics

Stars
 (3,818 stars)
PR merge metrics
 (Avg merge 29d 14h) (82 merged PRs in 30d)

Description

I see the current logic is 256 by default

https://github.com/openstreetmap/iD/blob/bc0c1895f7b240a35e1beb6b9220eb15d8c36a70/modules/renderer/background_source.js#L51

Of course for some exceptions there are few hacks:

https://github.com/openstreetmap/iD/blob/1ee45ee1f03f0fe4d452012c65ac6ff7649e229f/scripts/update_imagery.js#L94-L101

Wouldn't it be better to add a parameter for custom backgrounds to define the tileSize by themselves? If iD supports this, ELI will be able to add more WMTS sources.

Currently only JOSM can handle 512x512 automatically because it reads WMTSCapabilities directly.

A WMTS service cannot be opened in iD 2.20.1: https://geodata.md.gov/imap/rest/services/Imagery/MD_SixInchImagery/MapServer/WMTS/1.0.0/WMTSCapabilities.xml

Contributor guide