Chargetrip Tile Service
The Chargetrip tile service is a vector tile server that offers a pre-rendered fully clustered charge station solution including filtering that supercharges your station map. Traditionally, you would load stations on the front-end within a visible bounding box and apply filters and clusters on the client side. This results in long waiting times when interacting with the map. Our tile service moves complex operations to the back-end. So filtering and clustering become nearly instantaneous, and the map becomes much more responsive.
Configuration
Configuring your tile service can be done through two easy steps as shown below.
Using the tile service
The Chargetrip Tile Service supports both mvt and GeoJSON responses and can be used with your own station database or the premium eco-movement database. Our tile service can be accessed at:
https://api.chargetrip.io/station/{z}/{x}/{y}/tile.mvt
https://api.chargetrip.io/station/{z}/{x}/{y}/tile.json
Authorization
You need to set your x-client-id
and x-app-id
as a header
to authorize your request. In a similar fashion as described here.
"x-client-id": "5e8c22366f9c5f23ab0eff39"
"x-app-id": "60af8d2cbf94132f8d5e5017"