About 51 results
Open links in new tab
  1. Newest 'mapbox' Questions - Stack Overflow

    Jan 14, 2026 · 41 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 …

  2. How to add circle annotation to Flutter mapbox - Stack Overflow

    Apr 14, 2025 · I'm making a Flutter page and I want to have a Mapbox widget that shows a highlighted circle around the user's location. And there's a slider outside the map that can adjust the radius of …

  3. 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...

  4. Adding a Shapes files as a Layer on Mapbox Map - Stack Overflow

    Apr 7, 2018 · In order to load a SHP file and display it on a Leaflet / Mapbox.js map, you have several Leaflet plugins that can make the task easy. For example leaflet.shapefile (online demo where you …

  5. javascript - mapbox gl : SVG in symbol layer - Stack Overflow

    Oct 1, 2025 · Your title says "mapbox gl : SVG in symbol layer" but your code shows a raster layer using an image source. SVGs are not supported when using an image source. You would need to rasterize …

  6. Mapbox GL How to create custom control? - Stack Overflow

    Oct 20, 2016 · Your custom control for Mapbox should implement the next interface: onAdd(map) — a function that takes map object and should return your control object. It will be called when your …

  7. javascript - Which projection is Mapbox using - Stack Overflow

    Aug 6, 2019 · Mapbox supports the popular Web Mercator projection, and does not support any other projections. Web Mercator is a nearly conformal projection that is adopted by the vast majority of …

  8. Mapbox GL JS: Export map to PNG or PDF? - Stack Overflow

    I'm using Mapbox GL JS version 0.32. Is there a way to export the map to a high-res PNG or PDF? Obviously, I can just screenshot, but it would be nice if there was a more formal way. I found this

  9. Upload tiff to mapbox gl js or mapbox.js - Stack Overflow

    Oct 19, 2016 · It's more common to process GeoTIFF into tiles: you can do so by uploading them to Mapbox, or by using a tool like TileMill, gdal2tiles, or MapTiler to generate tiles locally and then …

  10. 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 file, and then …