Skip to content
#

OpenStreetMap

openstreetmap logo

OpenStreetMap provides map data for thousands of web sites, mobile apps, and hardware devices.

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

stevage
stevage commented Jun 24, 2021

Motivation

I often use this pattern for GeoJSON sources:

  1. addSource('mysource', { type: 'geojson', data: { type:'FeatureCollection', features: [] }});
  2. addLayer({ id: 'mylayer', source: 'mysource' })
  3. Now fetch the actual data, manipulate it, and call setData() to set it.

I do this because:

  • I need to fetch the data asynchronously (but I don't want to hold up all my other i
abstreet
1ec5
1ec5 commented Mar 22, 2018

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

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.

If the issue concerns an operator that grab geodata from an external web service (Basemaps, OSM, SRTM), then it can be a network

rtsisyk
rtsisyk commented Jun 26, 2021

Our current day/night mode settings are misleading:

  1. Auto <!-- Automatic for navigation mode only
  2. On <!-- Always on
  3. 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

lonvia
lonvia commented May 26, 2021

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

nilsnolde
nilsnolde commented May 25, 2021

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

Created by Steve Coast

Released August 9, 2004

Website
osm.org
Wikipedia
Wikipedia

Related Topics

mapbox mapillary