Overview
Developer Tools
Migration Guides
Travel Time Matrix API
Isochrone API
H3 API
Geohash API
Distance Map API
Routes API
Geocoding API
Additional API Reference
Error Handling
ArcGIS plugin
Alteryx plugin

Map Tiles
Copy link

Tiles are not available by default or with the free API key. To gain authentification please contact us at hello@traveltime.com.

To authenticate with the tiles server, include key GET parameter with each request. The value of the parameter must be Application Id that is given upon signing up.

Access URL
Copy link

Our tiles service supports raster tiles which can be accessed by adding tiles server URL to your project. URL that should be used depends on the style and type of tiles that should be used.

Raster
Copy link

https://tiles.traveltimeapp.com/STYLE_IDENTIFIER/{z}/{x}/{y}.png?key=YOUR_APP_ID

Attribution
Copy link

Copyright requires attribution information to be a added to the map window, correct attribution to be used with our tiles is:

Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> | Created with <a href="http://traveltime.com" target="_blank">TravelTime API</a>

Layer parameters
Copy link

Max Zoom: Tiles can be zoomed up to level 22. It is important to add this parameter to chosen slippy map library as it might throw errors otherwise.

Styles
Copy link

OSM Bright

identifier: osm-bright

URL: https://tiles.traveltimeapp.com/osm-bright/{z}/{x}/{y}.png?key=YOUR_APP_ID

OSM Bright

Positron

identifier: positron

URL: https://tiles.traveltimeapp.com/positron/{z}/{x}/{y}.png?key=YOUR_APP_ID

Positron

Guide on how to use the these tiles with Leaflet is available here.