Retina Tiles

ÜCRETSİZ PREMIUM
Taraf Support@MapTilesApi | Güncelleyen 15 दिन पहले | Mapping
Popülerlik

9.7 / 10

Gecikme

123ms

Hizmet Düzeyi

100%

Health Check

100%

Tüm Tartışmalara Dön

How to integrate with leaflet?

Rapid account: Joshr JHA Tykb WI
joshr-JHATykbWI
2 वर्ष पहले

I can’t find any examples of how to integrate with leafletjs online. can someone please show me a way to add a TileLayer from this api?

Rapid account: Map Tiles Api
MapTilesApi Commented 2 वर्ष पहले

Hi Josh,

have you seen our tutorial here: https://rapidapi.com/MapTilesApi/api/retina-tiles/tutorials/using-retina-tiles-with-leaflet-to-display-a-map-on-a-website ?

As a TileLayer URL in Leaflet you would need:

https://retina-tiles.p.rapidapi.com/local/osm{r}/v1/{z}/{x}/{y}.png?rapidapi-key=YOUR-RAPIDAPI-KEY

if you want Leaflet to choose between standard and retina tiles (Leaflet will then fill the {r}var with either @2xto retrieve retina tiles for high resolution displays or `` for displays without high resolution).

Otherwise you can use:

https://retina-tiles.p.rapidapi.com/local/osm@2x/v1/{z}/{x}/{y}.png?rapidapi-key=YOUR-RAPIDAPI-KEY

to always get retina tiles or

https://retina-tiles.p.rapidapi.com/local/osm/v1/{z}/{x}/{y}.png?rapidapi-key=YOUR-RAPIDAPI-KEY

to always get standard tiles.

In each case you’ll just have to replace YOUR-RAPIDAPI-KEY with your X-RapidAPI-Key and then you are good to go.

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun