osm
Here are 585 public repositories matching this topic...
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.
Please add additional examples of how to deal with the data generated by events. Expand on an example of how to use data of creating a line, etc. I normally understand the 'e' but I am missing the relevant data generated in the event, where is it? How does someone take this utility to the next level? How do you find your data for storing in a database (not how to store it, but where is the data
-
Updated
Jun 30, 2018 - C++
-
Updated
Jun 6, 2020 - C#
This works fine
export OUTPUT_PATH=/tmp/docs
jazzy --output=$OUTPUT_PATH --min-acl private -x clean,build,-workspace,OpenGpxTracker.xcworkspace,-scheme,OpenGpxTrackerIf 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-WatchSee section 12.4 of the User Guide (also, move that section to Developer's Guide, where its more appropriate).
name=Coeur de Blé or name=Cœur de Blé
amenity=fast_food
cuisine=sandwich
Could be tagged as shop=bakery or amenity=restaurant
Currently 12 / ? in France https://overpass-turbo.eu/s/T1K
website: http://restaurants.casino-restauration.fr
wikidata:
I suggest that [landuse=basin] may be rendered with flat water-blue, and no strange green icon.
Example in a park :

https://www.qwant.com/maps/#map=18.21/48.8766543/2.2634781
And in the countryside :
. Should probably also default to recurse down relation (>>).
We don't have a one stop shot, deep dive into all of the options available through the Places API and it'd be a good addition to the notebooks.
We have a number of ways to supply test Atlas data. Some options include:
- leveraging the
TestAtlasand supporting annotations - using
.txtAtlas files - using
.atlas.gzAtlas 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
-
Updated
May 27, 2020 - C
-
Updated
May 16, 2020 - Python
Make use of above methods to convert console input to database string (UTF-8) and vice versa where appropriate. See LocationLookup.cpp for an example.
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/45418421-make-use-of-localestringtoutf8string-and-vice-versa-in-demos?utm_campaign=plugin&utm_content=tracker%2F22109906&utm_mediu
We need a way to exclude certain ways (eg highway:motorway) (See https://wiki.openstreetmap.org/wiki/Key:highway).
This list may should be configurable to address specific users need.
-
Updated
Mar 9, 2020
Implement a better isochrones algorithm, a more detailed description can be found here.
If you are a new contributor this is perfect, get in touch by responding below. Your code will end up in our next release after finishing. What we think you can learn:
- More about geo-algorithms.
- More about routin
I am sorry if I missed something in the docs. To know how to integrate a map in an RMarkdown document, I had to look at the source of vignettes. Is the solution used in vignettes the simplest one? Then, is it documented somewhere? And last, could it be simplified? E.g. in order to be able to use maps like magick objects.
-
Updated
Dec 18, 2018 - C++
I'm following along with this tutorial. I am to read a pbf file into imposm.
imposm --read germany.osm.pbf
However, when I try to write to the database with
imposm --write --database osm --host localhost --user osm --port 5432
I get this error
`Traceback (most recent call last):
File "/usr/local/bin/imposm", line 9, in
-
Updated
Oct 2, 2019 - Go
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
-
Updated
Dec 5, 2018
-
Updated
May 1, 2017 - HTML
Improve this page
Add a description, image, and links to the osm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the osm topic, visit your repo's landing page and select "manage topics."
It's possible to instantiate an OSRM object in Javascript like this:
This should throw an error - setting
mmap_memoryshould require supplying apath, and this is incompatible with usingdataset_name, which triggers using shared memory.These opti