Explorer Tiles

You have 564 explored tiles. There are 180 cluster tiles in total. Your largest cluster consists of 157 tiles. Your largest square has size 7².

Open the Square Planner to plan the next extension.

Video export is available on the dedicated Explorer Video Export page.

Download tiles in visible area: Explored as GeoJSON, Explored as GPX, Explored as KML, Missing as GeoJSON, Missing as GPX or Missing as KML.

Export all explored tiles as a Squadrats-compatible KML (zoom 14 and 17) for import into the Explorer Tile Helper app.

Tile history

Tile coloring

Modify color values.

Tile URLs

You can use the overlay tiles with other services like Bike Router. See the documentation for this feature. For your server, use the following URLs:

/tile/grayscale/{z}/{x}/{y}.png
/tile/pastel/{z}/{x}/{y}.png
/tile/color/{z}/{x}/{y}.png
/tile/inverse_grayscale/{z}/{x}/{y}.png

For the explorer tiles, you can use these:

/explorer/14/tile/{z}/{x}/{y}.png?color_strategy=colorful_cluster
/explorer/14/tile/{z}/{x}/{y}.png?color_strategy=max_cluster
/explorer/14/tile/{z}/{x}/{y}.png?color_strategy=first
/explorer/14/tile/{z}/{x}/{y}.png?color_strategy=last
/explorer/14/tile/{z}/{x}/{y}.png?color_strategy=visits
/explorer/14/tile/{z}/{x}/{y}.png?color_strategy=missing

/explorer/17/tile/{z}/{x}/{y}.png?color_strategy=colorful_cluster
/explorer/17/tile/{z}/{x}/{y}.png?color_strategy=max_cluster
/explorer/17/tile/{z}/{x}/{y}.png?color_strategy=first
/explorer/17/tile/{z}/{x}/{y}.png?color_strategy=last
/explorer/17/tile/{z}/{x}/{y}.png?color_strategy=visits
/explorer/17/tile/{z}/{x}/{y}.png?color_strategy=missing

And for the heatmap, you can use this:

/heatmap/tile/{z}/{x}/{y}.png

Style JSON for MapLibre GL clients

Applications that consume a MapLibre GL style document rather than a plain tile URL (for example Wanderer) can use this endpoint, which returns the explorer tiles injected as a raster source and layer:

/explorer/14/style.json?color_strategy=colorful_cluster

If map_style_url is set in config.json, that style is fetched and extended with the explorer tiles source and layer. Otherwise a minimal raster style is generated from the configured map tile URL. Both this endpoint and the explorer tile endpoints send an Access-Control-Allow-Origin: * header, so external browser-based map applications can fetch them directly.