Skip to content
#

openstreetmap

Here are 1,300 public repositories matching this topic...

abstreet
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

graphhopper
easbar
easbar commented Apr 18, 2020
  1. go to https://graphhopper.com/maps/
  2. from/to text fields are empty, click one of the vehicle icons
  3. right click the map -> 'Set as Start/Intermediate/End' entries are grayed out
  4. (bonus) click vehicle icon again -> markers are created in Sibay, Russia, context menu entries become active again, but from/to fields still empty even though there are markers on the map
domlysz
domlysz commented Mar 11, 2020

Please respect the following template to report a new issue, otherwise your issue will be automatically closed.

Before submitting, search through existing open or closed issues reports and through blender.stackexchange.com to check whether the issue already exists.

Make sure the issue concerns the BlenderGIS addon and not Blender itself.

In preference do not ask for help here, only report

lonvia
lonvia commented Feb 9, 2020

Nominatim sometimes presents results that are not directly related to an OSM object. These are:

  • postcode (country + postcode + a parent OSM object)
  • interpolations (OSM way + a housenumber)
  • Tiger house numbers (OSM way + Tiger interpolations + housenumber)
  • auxillary data (Currently unused)

These objects don't have good details pages at the moment. They usually simply redirect to th

RoyallDesigns
RoyallDesigns commented Oct 24, 2018

@1v0ryh4t and I found that when creating a new redaction under /redactions/new, the redaction title is allowed to be blank. When attempting to view said redactions under /redactions, the new redaction is not present or viewable under the list as its title or name is an empty string. I would like to add a validation to a redaction so that when creating or editing the redaction, the name can

teslamate
cwanja
cwanja commented Apr 19, 2020

Describe the bug

Not necessary a "bug", nor a feature. More aesthetics. The color of "charging" on the pie chart is green, which reflects "sleeping" in the states dashboard.

This might be a feature :) Could we also add a pie chart to the "States" dashboard instead of the boxed legend under the continuous bar?

To Reproduce

Steps to reproduce the behavior:

  1. Go to Trip da
datendelphin
datendelphin commented Jun 8, 2017

I tried to get kosmtik to work on ubuntu 16.04 LTS

There are some hoops to jump through it seems, so I suggest to add them to the readme.

I took following steps to get it to run:

apt-get install nodejs-legacy npm libmapnik-dev
npm install kosmtik
ln -s ../ node_modules/kosmtik/node_modules

The symlink is necessary, because on that version of ubuntu, the directory layout is

brentfraser
brentfraser commented Apr 23, 2020

Not really a request for help, just a list of steps to show others how to get uMap running on Windows.

The good news is that it is possible to run uMap server on Windows. That said, I'd recommend using uMap on a Linux distribution as I expect it will be easier to install, modify, and deploy. My goal was just to experiment with uMap to get some insight into its abilities, protocols, etc. s

Improve this page

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

Learn more

You can’t perform that action at this time.