OpenStreetMap
OpenStreetMap provides map data for thousands of web sites, mobile apps, and hardware devices.
Here are 1,575 public repositories matching this topic...
Use case: In https://www.reddit.com/r/Seattle/comments/nlprut/biking_hills_map/, it would've been nice to toss &layer=steep_streets in the URL.
Any other shortcuts missing and likely useful? Maybe info panels too -- &info=b47, with the value using https://github.com/a-b-street/abstreet/blob/9fc79b1089dbe8ff8a881325f9e3a4f4c30c1e8f/game/src/common/warp.rs#L165
Code pointers:
- `URLManage
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
Jun 24, 2021 - C++
MGLTilePyramidOfflineRegion should have a countOfTiles method that returns the number of tiles included in the tile pyramid. The implementation would rely on the mbgl::util::tileCount() function added in #9906.
This is the iOS/macOS equivalent to #11108 for Android. It would serve as a built-in alternative to mapbox/turf-swift#47 for applications already using the map SDK, including applica
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.
If the issue concerns an operator that grab geodata from an external web service (Basemaps, OSM, SRTM), then it can be a network
Currently the layer cannot be selected for low zoom levels.
-
Updated
Jun 21, 2021 - Python
-
Updated
Jun 13, 2021 - JavaScript
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
Jun 27, 2021 - Kotlin
Rework night mode
Our current day/night mode settings are misleading:
- Auto <!-- Automatic for navigation mode only
- On <!-- Always on
- Off <!-- Always off
Users expect, that "Auto" will change the map theme also. The dark theme for maps is opinionated. Some people, including me, just doesn't like maps in the dark mode. However, the dark mode is really required during navigation in or
-
Updated
Mar 11, 2021 - Python
When a buggy house number is entered in OSM, its import creates an entry in the word table. Even when the house number is later corrected, the entry remains. That often leads to odd search errors because house numbers are optional parts of the query and can practically change the search into a partial one.
We should have a task to clean out house numbers from the word table that no longer appea
-
Updated
Aug 27, 2020 - Python
Would be nice to tell a user when certain things happen while processing, e.g. clamping values to their allowed maximum, enabling destination_only roads in 2. pass, deprecating request parameters etc.
IMO it should be a top-level warnings array of strings which is empty by default and all modules can add their share during processing: probably implement the most obvious ones first and add o
Describe the bug
When entering a cost per kWh in the charge-cost page, I need to use 4 decimal places as my supplier charges in fractions of cents. For example, if I enter 0.1446, it responds with:
`Please enter a valid value. The
Here I link directly to a changeset comment.
But how did I figure out how?
With Chromium Inspector (F12). That's because I'm a computer wiz.
But for normal mappers, they should be able to get the link from somewhere in the
Comment from Nuerdensfields 24 minutes ago
sentence. But due to some bug, they can't!
-
Updated
Jun 12, 2021 - PLpgSQL
-
Updated
Jun 25, 2021 - Java
-
Updated
Oct 27, 2016 - C++
-
Updated
Jun 8, 2021 - C++
-
Updated
May 20, 2021 - Jupyter Notebook
-
Updated
Jun 23, 2021 - Java
-
Updated
May 16, 2019 - C++
-
Updated
Dec 2, 2020 - Java
-
Updated
Jun 25, 2021 - Java
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Apr 7, 2021 - JavaScript
Motivation
I often use this pattern for GeoJSON sources:
I do this because: