Top "Mapbox" questions

Mapbox is a location data platform for mobile and web applications.

Zoom to fit all markers in Mapbox or Leaflet

How do I set view to see all markers on map in Mapbox or Leaflet? Like Google Maps API does …

leaflet mapbox
LeafletJS: How to remove the zoom control

I'm trying to remove the zoom controls (+/-) on a LeafletJS map. I'm using the MapBox.js version of Leaflet …

javascript map leaflet mapbox
Leaflet: How to add a text label to a custom marker icon?

Is it possible to add text to a custom icon marker? I want to avoid having to edit the icon …

leaflet mapbox
What are Leaflet and Mapbox, and what are their differences?

What are Leaflet and Mapbox, and what are the differences or usages of both? What are the main differences in …

api dictionary leaflet mapbox
Message from debugger: Terminated due to memory issue

My app working with Geojson file. I use MapBox SDK to add MGLPolyline to map. But the problem is my …

ios swift mapbox mapbox-gl mapbox-marker
How to remove all layers and features from map?

I am working on a map and I would like to remove all features from the map on a certain …

jquery leaflet mapbox
drawing circle with radius specified in meters on a map

Any pointers on how to draw a circle of radius, specified in meters, on top of a geographical map using …

javascript d3.js leaflet mapbox
Creating a GeoJson in php from MySql to use with MapBox javascript API

What I'm trying to do is very simple; get marker's data from a Mysql table with my PHP code, convert …

php javascript mysql geojson mapbox
Mapbox GL JS getBounds()/fitBounds()

I'm using Mapbox GL JS v0.14.2 and I've searched high and low through the documentation and very little is clear …

javascript json mapbox
How to save a completed polygon points leaflet.draw to mysql table

I would like to use leaflet.draw to create outlines of regions. I have managed to get this working ok: …

mysql leaflet mapbox