maps
Here are 3,074 public repositories matching this topic...
-
Updated
Nov 26, 2021 - Objective-C
-
Updated
Dec 2, 2021 - JavaScript
-
Updated
Oct 20, 2021 - Jupyter Notebook
-
Updated
Jun 21, 2021
The current implementation of the maps API lacks support for the snapshot() functionality.
This is a requirement for location sharing in Signal messenger.
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
Shared WebGL context
maptalks's version and what browser you use?
v0.43.0, chrome
Issue description
Layers do not share WebGL context, which creates glitches when a map has more than one 3d layer. For example a buildings layer with a 3D line will not hide the line behind the buildings.
In particular, I am implementing a 3D terrain layer but this layer will not hide (behind mountains) any other 3d element
-
Updated
Nov 26, 2021 - Python
OS: LineageOS 17.1 (Android 10.0)
OM: 2021.11.04-2-Google
Keyboard: jbak2 2.36.05
When editing POI's fields that are at the very bottom of editor's area, keyboard that opens when tapping on them moves editor's header beyong the screen limits.
Video (somehow it's uploaded broken, may be just for now):
https://user-images.githubusercontent.com/22843816/142796971-ba2ccdb4-d83c-469
-
Updated
Dec 2, 2021 - TypeScript
-
Updated
Nov 29, 2021 - TypeScript
-
Updated
Sep 5, 2021 - JavaScript
What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)
Firefox
What is the problem?
There does not seem to be a way to get the z-coordinate of a point in orthophoto.

What should be the expected behavior?
The measure
-
Updated
Dec 2, 2021 - PLpgSQL
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Nov 29, 2021 - C++
'react-autocomplete' (https://github.com/reactjs/react-autocomplete) is no longer maintained and causing warnings
react-dom.development.js:12357 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
- Move code with side effects to componentDidMount, and set initial state in the constructor.
- R
-
Updated
Aug 24, 2017 - ActionScript
-
Updated
Nov 23, 2021 - TypeScript
Improve this page
Add a description, image, and links to the maps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the maps topic, visit your repo's landing page and select "manage topics."


I suggest to add a section in the Layers Control tutorial where is described how can layers added and removed dynamically.
Docu: https://leafletjs.com/reference.html#control-layers-addbaselayer
PR is welcome.