WebGL based Javascript library that renders Mapbox Vector Tiles in the browser.
Im having a problems adding and removing layers in mapbox gl. I have this layer: map.addLayer({ "id": "route", "type": "…
mapbox-gl-jsI am trying to get webpack and mapbox-gl work together within Meteor system. I have look everywhere about the error …
meteor reactjs webpack mapbox-gl-jsI'm setting up a Mapbox GL JS map like this: mapboxgl.accessToken = 'pk.my_token'; var cityBoundaries = new mapboxgl.GeoJSONSource({ …
mapbox mapbox-gl-jsSo, I know that we have Marker.togglePopup() in Mapbox GL Api. But Can we close all popups programmatically ?
javascript mapbox-gl mapbox-gl-jsI'm using Mapbox GL JS version 0.32. Is there a way to export the map to a high-res PNG or PDF? …
mapbox mapbox-gl-jsI have code to set markers with Mapbox map $(function() { mapboxgl.accessToken = 'pk.###'; var map = new mapboxgl.Map({ container: …
mapbox mapbox-gl-js mapbox-gl mapbox-markerI'm using Mapbox GL to show a map and crop a fixed size image from the center of it. It …
mapbox-gl mapbox-gl-jsThere is some way to draw line inside Mapbox GL? For example, i need to draw some lines (straight or …
javascript mapbox-gl mapbox-gl-jsLooking for a way to get the current coordinates of the center of a map using Mapbox GL JS the …
mapbox-gl-js mapbox-glI have a map wher we can classically switch from one style to another, streets to satellite for example. I …
mapbox mapbox-gl-js mapbox-gl