openstreetmap
Here are 1,300 public repositories matching this topic...
https://github.com/dabreegster/abstreet/blob/master/game/src/sandbox/dashboards/trip_table.rs
https://github.com/dabreegster/abstreet/blob/master/game/src/sandbox/dashboards/parking_overhead.rs
These share lots of duplicated code. I don't know what the ideal API to construct a table should be -- declare the columns, whether they're sortable, provide all the data in a reasonably type-safe way
-
Updated
Jun 12, 2020 - JavaScript
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
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.
- go to https://graphhopper.com/maps/
- from/to text fields are empty, click one of the vehicle icons
- right click the map -> 'Set as Start/Intermediate/End' entries are grayed out
- (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
Good first issue
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
-
Updated
Jul 9, 2020 - Python
Here "there is no documentation available" when perhaps instead there should be some link to https://wiki.openstreetmap.org/wiki/Key:bridge etc.

Yes, there is no wiki "Structure" article. Therefore perhaps each subitem needs an "i" link.
-
Updated
Feb 13, 2020 - Python
Pytorch v1.1 (which we now use) comes with an official TensorBoard integration.
We should remove our custom logging and chart plotting and move to TensorBoard.
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
I ran into build problem with tests. We may be missing a dependency check for spatialite-tools on a fresh build, but don't explicitly check for its existence when building the test target. As a result, the test target fails downstream when a require data dependency is missing.
Here's the error I got:
$ mkdir build
$ cmake @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
-
Updated
Oct 27, 2016 - C++
I want to run Photon myself instead of abusing your excellent API. :)
It would be really helpful to see system requirements somewhere, so I can immediately pick the right hosting solution!
I have added fence as a new barrier type for the POI layer. This was an easy addition and works great, until I realized that some ways that have type shop are only getting fence information, and not the shop type. See:
![Screen Shot 2019-10-28 at
Hi,
Minor issue, but I noticed there is a couple of dead links to a no longer accessible blog post:
http://paulnorman.ca/blog/2014/03/osm2pgsql-and-hstore/
Documentation pages affected:
https://github.com/openstreetmap/osm2pgsql/blob/master/docs/usage.md#output-data-options
https://github.com/openstreetmap/osm2pgsql/blob/master/docs/analysis.md
-
Updated
Jul 15, 2020 - Java
-
Updated
May 16, 2019 - C++
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:
- Go to Trip da
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
Currently the matching fails if too distant GPS/GPX entries but instead we should create two routes and make it happen.
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
Here's what I did
Viewed the swagger documentation generated by openrouteservice
Here's what I got
There is no explicit object for the isochrone response information (the part that includes the metadata of the response
There are some rendering issues at wiki chapters Docker container/Docker overview and Docker container/Whitebox.
@smattheis #70 will solve it and hopefully improve reading of this chapters
overpass.txt: http://overpass-api.de/api/interpreter?data=
$ wget "$(echo cat overpass.txt"[out:xml][timeout:25];area(3600052826)->.searchArea;(nwr"tourism"="alpine_hut";);out geom;")" -O ~/www/huts-and-shelters/testgeom.osm
$.get("testgeom.osm", function(data, status){
console.info("Data: " + data + "\nStatus: " + status);
Improve this page
Add a description, image, and links to the openstreetmap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openstreetmap topic, visit your repo's landing page and select "manage topics."

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.
when the container size is like this:
