
Newest 'mapbox' Questions - Stack Overflow
Custom draw control component from mapbox-gl-draw works on local instance but not after build and deployment in React environment. import React, { useCallback } from ...
What are Leaflet and Mapbox, and what are their differences?
Sep 1, 2023 · 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 solve : Failed to resolve: com.mapbox.mapboxsdk:mapbox …
Nov 8, 2020 · I face this problem when trying to use mapbox in Android studio Failed to resolve: com.mapbox.mapboxsdk:mapbox-android-sdk:9.5.0 what is the problem? my build.gradle …
How to use Mapbox Map in .NET MAUI Mobile App? - Stack …
Oct 31, 2023 · How to use Mapbox Map service in .NET MAUI app? We need to use the route api services...Is there any service package available ? I tried Mapbox.Maui(Version 10.11.1.1) …
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 …
How to remove MapBox logo from bottom left corner?
May 19, 2015 · You can only completely remove the attribution on maps that do not contain Mapbox (Streets, Terrain, Satellite) or OpenStreetMap layers. This is because the …
javascript - Which projection is Mapbox using - Stack Overflow
Aug 6, 2019 · I have UTM coordinates, EPSG: 25833. Looking at the Mapbox documentation it says Mapbox supports the popular Web Mercator projection, and does not support any other …
mapbox - Add a 3D model: what types of file are supported? And …
Aug 19, 2020 · If you are going to play hard with Mapbox and Three js, I'd recommend you to check Threebox out, a plugin to simplify the interaction between both with only a few lines of …
Why is mapbox-android sdk not resolving from build.gradle?
If you see build errors with the build.gradle process described above, then instead declare the Mapbox's Maven repository in your settings.gradle file like below:
how to hide/show layers in Mapbox - Stack Overflow
Jul 19, 2022 · Mapbox will then serve this tileset for your map to consume. However, this isn't necessary to toggle map layers using the technique shown in the example. …