mapbox
Here are 796 public repositories matching this topic...
The Canvas size is decided by rounded its container size. e.g., 100.3 to 100, 100.7 to 101.
With non-retina, it looks quite okay but with retina display(or with mobile device), the container may have a little empty space on the bottom or right.
Following on from mapbox/mapbox-gl-native#16321
We don't need (and shouldn't use) the logging methods defined by MGLNativeNetworkDelegate : implementation and [protocol](https://github.com/mapbox/mapbox-gl-native/blob/9de0bacf
Need to:
- update the installation instructions for v1.0.0.
- create installation and osm loading helper scripts.
- update other documentation that is impacted by v1.0.0.
- update the manual in the app for v1.0.0.
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
Mar 1, 2020 - Java
options.delimiters
Type: String
Default: ---
Open and close delimiters can be passed in as an array of strings.
Example:
// format delims as a string
matter.read('file.md', {delims: '~~~'});
// or an array (open/close)
matter.read('file.md', {delims: ['~~~', '~~~']});
the example is wrong.
it should use delimiters instead of delims.
like that:
Example:
/
No mention of cache
-
Updated
Dec 20, 2019 - Kotlin
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
If the minZoomLevel prop is changed after the camera has loaded, it doesn't take effect unless the whole Camera component is reloaded and reset.
<Mapbox.Camera
ref={ref => this.cameraRef = ref}
animationMode="moveTo"
animationDuration={3000}
minZoomLevel={limitZoom ? 7 : 2}
When scrolling the map, each network requests sent from core results in a warning log:
1180-5873/? W/ActivityManager: Receiver with filter android.content.IntentFilter@fe11c8c already registered for pid 13630, callerPackage is com.mapbox.mapboxandroiddemo.debug
13630-13766/com.mapbox.mapboxandroiddemo.debug V/Mbgl-HttpRequest: [HTTP] Request was successful (code = 200).
1180-5873/? W/Activ
on zoom your script trows a TypeError: this._marker is undefined if drawMarker: false. not sure about the rest of the code
-
Updated
Jul 1, 2020 - Rust
-
Updated
Mar 22, 2020 - Swift
Now that we've got docs back online, we should segment them out by version so we don't break links, like https://www.mapbox.com/mapbox.js/api/v2.1.5/ does.
BSD license
Installing the latest version, 0.41, with command yarn add vue-mapbox mapbox-gl successfully installs but gives the following warning: vue-mapbox@0.4.1" has incorrect peer dependency "mapbox-gl@^0.53.0". The version of mapbox installed is mapbox-gl 1.10.0, which is greater than 0.53.0, so I'm unsure why it's complaining.
Currently we have distance and duration (from DirectionsRoute) marked as @Nullable in the java wrapper https://github.com/mapbox/mapbox-java/blob/9bd6158292374fc6dd5f7eba33e7586ca1d76177/services-directions/src/main/java/com/mapbox/api/directions/v5/models/DirectionsRoute.java#L50-L51 https://github.com/mapbox/mapbox-java/blob/9bd6158292374fc6dd5f7eba33e7586ca1d76177/services-directions/sr
visible prop
The visible prop is a cheap way to temporarily disable a layer
- rather than
clear_layer()/add_layer()each time.
-
Updated
Jan 11, 2019 - JavaScript
-
Updated
May 29, 2020 - JavaScript
The Japanese translation of the navigation mapping guides (added in #298) is out of date. For example, @tordans pointed out that this turn restriction guide says you have to use JOSM instead of iD to add via ways to turn restrictions. Since this guide is
-
Updated
Mar 19, 2020 - C++
According to this documentation, Mapbox Streets source now (or will soon) support Vietnamese. The localization plugin should localize into Vietnamese like the other languages.
Update user location
How to update user location. In my situation it's not working
<template>
<Page class="page">
<ActionBar class="action-bar" title="Карта">
<NavigationButton text="Go Back" android.systemIcon="ic_menu_back" @tap="$router.push('/home')"/>
</ActionBar>
<StackLayout>
<Button class="btn btn-primary" @tap="addMarker">Добавить устройство</Button>
Marker icon from URL
No translation
This word does not appear in the translation into Transifex:
- Nextcloud additional settings
https://github.com/nextcloud/maps/blob/10aa2edd4882f27dfcbeb7a4d3d387a725a766e0/js/script.js#L986
App:
Maps 0.1.4
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Jul 6, 2018 - JavaScript
Improve this page
Add a description, image, and links to the mapbox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mapbox topic, visit your repo's landing page and select "manage topics."


What would the GeoJSON with timestamps look like? Looking at the playback part of the user guide, it's unclear to be whether your GeoJSON should contain arrays of values and corresponding timestamps for each location? Is the following correct?