Skip to content
#

mapbox

Here are 796 public repositories matching this topic...

Anaisdg
Anaisdg commented Apr 10, 2020

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?

var statesData = {
    "type": "Feature",
    "properties": {
tsuz
tsuz commented Dec 4, 2019

The markers in the example do not load properly since the relative path does not exist when it's loaded in JSFiddle. For this example, the JSON assets should be loaded over relative path to the origin so it does not load which you can see here. After updating the featureLayer argument t

donaldtone
donaldtone commented Mar 3, 2019

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:

/
dancherb
dancherb commented Jan 2, 2020

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}
                
LukasPaczos
LukasPaczos commented Aug 6, 2019

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
vue-mapbox
atyshka
atyshka commented Apr 30, 2020

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.

promistrio
promistrio commented Sep 10, 2018

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>

Improve this page

Add a description, image, and links to the mapbox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mapbox topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.