maps
Here are 2,528 public repositories matching this topic...
-
Updated
Feb 17, 2021 - Objective-C
-
Updated
Oct 22, 2020
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
-
Updated
Feb 23, 2021 - Java
Is your feature request related to a problem? Please describe.
Not necessarily a problem but this FR results in a cleaner/simpler build.gradle file by pulling out common code and delegating it to a Gradle plugin.
Describe the solution you'd like
Integrate secrets-gradle-plugin in the sample project for reading the GMP API key from a
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
Feb 24, 2021 - Python
-
Updated
Feb 23, 2021 - TypeScript
I think it'd be great to be able to move a Task between Projects, likely from the Task's Edit page.
This can help with keeping things organized, as you may not realize you'll need/want new Projects immediately, and it will save you having to either to export/import, or re-upload data (if you've not processed it).
For instance, I'd now like to move my Pix4D example datasets out from the Githu
-
Updated
Jan 19, 2021 - JavaScript
-
Updated
Aug 24, 2017 - ActionScript
-
Updated
Feb 24, 2021 - C++
-
Updated
Feb 23, 2021 - PLpgSQL
'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
May 25, 2020 - JavaScript
-
Updated
Nov 18, 2020 - Kotlin
-
Updated
Dec 31, 2020 - JavaScript
-
Updated
Feb 22, 2021 - TypeScript
-
Updated
Feb 7, 2021 - PHP
-
Updated
Feb 17, 2021 - Python
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."
We have some DomUtil tests here: https://github.com/Leaflet/Leaflet/blob/master/spec/suites/dom/DomUtilSpec.js, but not all functions are covered.
Here the list of lacking tests:
getStyle(<HTMLElement> el, <String> styleAttrib)create(<String> tagName, <String> className?, <HTMLElement> container?)