Jonas

Results 6 issues of Jonas

We are using applyCommands in a nodejs app to convert shapefiles to geojson as per this example code (example shown at https://github.com/mbloch/mapshaper/wiki/Using-mapshaper-programmatically#applycommands): `// Example: converting a CSV string to GeoJSON...

We are rendering layers, and we are creating dashed lines with the style property 'lineDashArray'. This works as expected. We are populating the dash array dynamically, and sometimes that array...

Hi, In the example of readme, one can persist in this way: `class SomeItem { @persist @observable name = 'some' }` This is nice and straightforward, but causes problems if...

Hi, I have the following need: I would like to build an app that continuously reads the drone's location data and receive any images taken in real time. This will...

### Question Hi, We are currently using the react-native-camera library and are planning/hoping to replace it with this. In react-native-camera it is possible to add the location to the photo...

❓ question

### Mapbox Implementation Mapbox ### Mapbox Version default ### Platform iOS, Android ### `@rnmapbox/maps` version 10.0.0-beta.11 ### Standalone component to reproduce ```typescript // This example shows the bug // https://github.com/rnmapbox/maps/blob/main/example/src/examples/UserLocation/UserLocationRenderMode.tsx...

feature