Skip to content
#

osm

Here are 597 public repositories matching this topic...

danpat
danpat commented Dec 14, 2018

It's possible to instantiate an OSRM object in Javascript like this:

    const osrmInstance = new OSRM({
        algorithm: 'CH',
        dataset_name: 'foo',
        mmap_memory: true
    });

This should throw an error - setting mmap_memory should require supplying a path, and this is incompatible with using dataset_name, which triggers using shared memory.

These opti

merlos
merlos commented Feb 18, 2019

This works fine

export OUTPUT_PATH=/tmp/docs
jazzy --output=$OUTPUT_PATH --min-acl private -x clean,build,-workspace,OpenGpxTracker.xcworkspace,-scheme,OpenGpxTracker

If we change the scheme to OpenGpxTracker-Watch, it does not work

jazzy --output=$OUTPUT_PATH --min-acl private -x clean,build,-workspace,OpenGpxTracker.xcworkspace,-scheme,OpenGpxTracker-Watch
bug
name-suggestion-index
MikeGost
MikeGost commented Dec 20, 2017

We have a number of ways to supply test Atlas data. Some options include:

  • leveraging the TestAtlas and supporting annotations
  • using .txt Atlas files
  • using .atlas.gz Atlas files
  • supplying raw .osm files, created in JOSM

Each option has a specific use case. This task involves creating a README documenting each option, any standardization (for example - do not GZIP your text fi

gdt
gdt commented Jan 30, 2017

At the main page for the this repo, there's no README, and hence no text after the file listing. What's missing is:

A brief explanation of what the app does. I don't mean how to operate it, but a summary of functionality as well as explaining things that are not present when such might reasonably be expected (e..g, if it does video, what about stills on command). Also does one need to have

Improve this page

Add a description, image, and links to the osm 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 osm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.