
mapbox - How to find out map tile coordinates from latitude and ...
In the examples, they provide a link of a Manhattan tile: http://a.tiles.mapbox.com/v3/examples.map-zr0njcqy/14/4823/6160.png being the tile z / x / y …
Newest 'mapbox' Questions - Stack Overflow
Nov 2, 2025 · 40 views Mapbox 3.16.0 js gl - returns two objects on click event with some missing properties in first one I am experiencing some very weird results and I cannot begin to …
mapbox - How do I get the bounding box of a …
Feb 28, 2016 · In Mapbox JS, I would do this by loading the GeoJSON data into a featureLayer and then fitting the map to its bounds with: map.fitBounds(featureLayer.getBounds()); The …
What are Leaflet and Mapbox, and what are their differences?
Sep 4, 2012 · Mapbox is a service to design and publish maps, where the end-result is a bunch of generated map-tiles stored in the cloud (and some json files). Thus, for example, you may …
How to use standard OpenStreetMap tile servers with Mapbox GL …
I'm trying to use Mapbox GL in combination with the plain public OSM tile servers. Following the example of how to add a raster tile source, my take on a minimal example looks like this: …
mapbox - Get Bounding Box used By queryRenderedFeatures
When a user clicks the map, I pass mapbox-gl's queryRenderedFeatures a 5 x 5px bounding box around the clicked point. Is there a way to ascertain the lat-lon bounding box that mapbox …
Drawing a circle with the radius in miles/meters with Mapbox GL JS
I'm in the process of converting a map from using mapbox.js to mapbox-gl.js, and am having trouble drawing a circle that uses miles or meters for its radius instead of pixels. This particular …
Mapbox Navigation via Customised Routes - Stack Overflow
Dec 23, 2018 · So Mapbox provides an awesome Navigation SDK for Android, and what I have been trying to do is create my own routes, representing each point as a Feature in a Geojson …
Mapbox: Find POIs with defined radius - Stack Overflow
Mar 16, 2020 · The Mapbox Tilequery API lets you do exactly this. Here is a step-by-step tutorial explaining how to work with this API, and this API playground lets you experiment with the …
Mapbox: How can I get the scale of the zoomlevel from Mapbox?
Aug 17, 2018 · Is it possible to get a list of meter correspond to zoom level of Mapbox? Just like listed below from Bing map: here