Jump to content

Yezur Wiki:Maps

From Yezur Wiki
Revision as of 11:21, 15 July 2026 by Yezur (talk | contribs) (Created page with "= YezurMaps extension test = If you can read this but see no maps below, the module didn't attach — check <code>Special:Version</code> lists "YezurMaps". == 1. Manual map, no Overpass (base plumbing) == Proves: parser function fires, Leaflet loads, '''standard''' (/carto) tiles render, and manual geometry draws — all with zero network calls to Overpass. {{#map: | center = 12.5,-3.2 | zoom = 11 | height = 380px | marker = 12.5,-3.2;Test marker with popup | polygon...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

YezurMaps extension test

If you can read this but see no maps below, the module didn't attach — check Special:Version lists "YezurMaps".

1. Manual map, no Overpass (base plumbing)

Proves: parser function fires, Leaflet loads, standard (/carto) tiles render, and manual geometry draws — all with zero network calls to Overpass.

Loading map…

2. Bright basemap (second tile backend)

Proves: the bright (/raster tileserver-gl) layer is reachable. If §1 renders but this is blank, the raster service — not the extension — is the issue.

Loading map…

3. Overpass highlight (live geometry fetch)

Proves: client-side Overpass works — geometry is fetched and the map auto-fits. Replace 42 with a REAL relation ID from your data (a boundary, lake, or route you've actually mapped), or this map will load empty.

Loading map…

4. The alias keyword

Proves:

Loading map…

registers identically to

Loading map…

.

Loading map…