Global web icon
stackoverflow.com
https://stackoverflow.com/questions/29218920/how-t…
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 coordinates 14 / 4823 / 6160 I know from navigating the map that the position of latitude 40.706119 and longitude -74.017554 is inside that tile.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/tagged/mapbox?…
Newest 'mapbox' Questions - Stack Overflow
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 understand why 2 objects of [0] and [1] are returned on a single click. I load three layers of pistes (ski runs), a solid line layer, a ... mapbox mapbox-gl
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/35673704/how-d…
mapbox - How do I get the bounding box of a mapboxgl.GeoJSONSource ...
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 fitBounds documentation for Mapbox GL JS indicates that it wants the bounds in the format of [[minLng, minLat], [maxLng, maxLat]].
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/12262163/what-…
What are Leaflet and Mapbox, and what are their differences?
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 consume Mapbox maps from Leaflet.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/60637037/how-t…
How to use standard OpenStreetMap tile servers with Mapbox GL JS?
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: <!DOCT...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/61877130/get-b…
mapbox - Get Bounding Box used By queryRenderedFeatures - Stack Overflow
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 uses to query its cached tiles? I would like to have this bounding box so I can query the database for the features around the clicked point.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/37599561/drawi…
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 circ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/53907414/mapbo…
Mapbox Navigation via Customised Routes - Stack Overflow
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 file, and then passing them on...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/60706379/mapbo…
Mapbox: Find POIs with defined radius - Stack Overflow
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 API. The data queried by the API is determined by the tileset passed as a parameter to your API request. As noted in the linked documentation, tutorial, and playground, you can either use existing Mapbox tilesets are ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/51902821/mapbo…
Mapbox: How can I get the scale of the zoomlevel from Mapbox?
Is it possible to get a list of meter correspond to zoom level of Mapbox? Just like listed below from Bing map: here