-
Hey,
Summary:
On (mobile) devices with very high ppi, render at a lower resolution than the device's native ppi and upscale it.
Long story:
Mapbox-gl-js fares very well on iOS devices performance…
-
**mapbox-gl-js version**: 0.50.0
**mapbox-gl-draw version**: 1.0.9
### Steps to Trigger Behavior
1. update some features properties in `features`
2. `draw.set(features)`
### Expected …
-
Adding the draw controls to a map affects the functionality of touch events for popups. Click events still fire as expected, but touch events no longer fire.
-
mapbox-gl-js version: v0.45.0
mapbox-gl-draw version:v1.0.9
### Steps to Trigger Behavior
1.initialise map and call map.doubleClickZoom.disable();
2.double click on map
### Expected…
-
**mapbox-gl-js version**: 0.44.2
**mapbox-gl-draw version**: 1.0.7
### Steps to Trigger Behavior
Do something like this:
```
map.addControl(draw);
draw.set({type: 'FeatureCollection', feat…
-
**mapbox-gl-js version**: 2.1.1
**mapbox-gl-draw version**: 1.3.0
### Steps to Trigger Behavior
```
this.draw = new window.MapboxDraw({
displayControlsDefault: false,
con…
-
**mapbox-gl-js version**: newest
**mapbox-gl-draw version**: newest
### Steps to Trigger Behavior
-
### Expected Behavior
I would like to select verticles programatically.
Currently …
-
On creation of a midpoint or a vertex, the new feature is initialized with a reference to the parent feature but none of the properties are passed down. This means that midpoints and vertices can't be…
-
## Screenshots
### Before Marker was Added
![Before Marker added](https://storage.googleapis.com/viper-public/01-borders.png)
### Afterwards
![Does not colour properly](https://storage.goo…
-
**mapbox-gl-js version**: 1.12.0
**mapbox-gl-draw version**: 1.2.0
**Framework: Angular 9**
### Steps to Trigger Behavior
1. Install
2. Import
3. Start Angular App
### Expected …