Documentation

Map Software & Examples

Discover hundreds of tutorials and Slpy compatible software.


Enabling Our Services

ImportantNon-Slpy links below require modification to work with our API services.

MapLibre / Mapbox Style

Style.json https://demotiles.maplibre.org/style.json
Replacement https://api.slpy.com/style/slpy-mgl-style.json?key=your_api_key&lang=language code

Vector Tiles

Check the software's plugins for using a MapLibre / Mapbox Style.

PBF / MVT https://tile.openstreetmap.org/{z}/{x}/{y}.vector.pbf
Replacement https://api.slpy.com/v1/vector/language code/{z}/{x}/{y}.pbf?key=your_api_key

Raster Tiles

PNG / JPG https://tile.openstreetmap.org/{z}/{x}/{y}.png
Replacement https://api.slpy.com/v1/raster/language code/{z}/{x}/{y}.png?key=your_api_key
TileJson https://demotiles.maplibre.org/tilejson.json
Replacement https://api.slpy.com/style/tilejson.json?key=your_api_key&lang=language code

Other Resources


Javascript / JS Frameworks

After you Create a Map and view Basic Examples, find more in-depth tutorials and documentation.

MapLibre GL Native

NoticeWeb/JS, Android, and iOS are Core Projects. Others are less supported.
Start with your platform below, then check Core Projects for more.

Other / Custom