maps
Here are 1,775 public repositories matching this topic...
Bug
For the component Marker, the type of value retrieved from onPress={e => console.log(e.nativeEvent)} does not match the documentation NOR the index.d.ts
What is being logged :
{ action: "marker-press", coordinate: { latitude: 0, longitude: 0 }, id: "unknown", target: 77 }
Environment info
React native info output:
For example the client side reprojection examples should link to each other. Same goes for 'Layer Min/Max Resolution' and 'Layer Zoom Limits', which basically achieve the same effect but no one knows this from viewing either one.
Describe the bug
- Setting the zoom level to floating point numbers doesn't work, the onChange is simply fired again parsing the float into an int.
- eg: setting zoom level to
11.2will trigger an onChange with11
To Reproduce
Steps to reproduce the behavior:
- set zoom level to 11.2
- notice how the onChange is fired, overriding the 11.2 with 11
**Expected behav
Instructions: replace text surrounded by '*' with your case, please delete this line.
How to reproduce?
Explain how we can get this issue, if you created a repo with the issue, please add the link, blank if you are submitting a suggestion or improvement
Extra notes
Explain what you expect, feedback, images or anything you consider necessary
I am using
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
@mar-v-in
To do it you have to create a repository called .github, example: https://github.com/micro5k/.github
See: https://github.com/micro5k/.github/blob/master/docs/funding.yml
Then all repositories in the organizations will have the support button, you can see how it appears here: https://github.com/micro5k/microg-unofficial-installer
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
-
Updated
Jan 6, 2020 - Python
We should remove glyphicons in favor of font-awesome. Currently we use both.
A Google Maps Javascript plugin for jQuery.
-
Updated
Dec 13, 2019 - JavaScript
🗺 High Quality GeoJSON maps programmatically generated.
-
Updated
Jan 6, 2020 - JavaScript
A very fast geospatial point clustering library for browsers and Node.
-
Updated
Jan 7, 2020 - JavaScript
A data aware UI components library for building realtime maps
-
Updated
Dec 31, 2019 - JavaScript
WIP in the branch: port-doc-sphinx-breathe
Instructions and dependencies here.
-
Inspiration:
-
Motivation:
- Sphi
From maputnik/editor#563 (comment)
The Light position and Style Renderer tooltips are not fully visible and when scrolled down, the scroll position is set back to the initial position. This issue exists also for some tooltips of the Data Sources modal.
From maputnik/editor#563 (comment)
If you collapse the JSON
Documentation
An open-source chart and map framework for realtime data.
-
Updated
Jan 2, 2020 - Shell
I report this issue : QwantResearch/qwantmaps#23
It seems that there is no shoemaker or locksmith on openmaptiles : https://github.com/openmaptiles/openmaptiles/blob/master/layers/poi/mapping.yaml#L117
Could openmaptiles include the shop=locksmith tags ?
Thanks !
Make social simulations on interactive maps with Javascript! Agent-based modeling for the web.
-
Updated
Jan 5, 2020 - JavaScript
Sketch plugin to fill a layer with a map generated from a given location using Google Maps and Mapbox
-
Updated
Dec 16, 2019 - JavaScript
Problem
It is very difficult to understand how the web documentation is organized, what documentation exists, and how to navigate the documentation. There is no table of contents, and the only way to discover what documentation actually exists is to (1) click continuously on the "next topic" to go through all pages in order, (2) "search" and hope you get lucky, (3) use the "index" that provid
Leaflet Data Visualization Framework
-
Updated
Jan 6, 2020 - JavaScript
https://jupyter-gmaps.readthedocs.io/en/latest/export.html
Currently I only see 1 solution to export map to HTML file, it requires 2 steps to open it on 8080 port, which is not intuitive for beginners. I would like to see if it's possible to make it as easy as open HTML file by a simple click action.
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."

Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
demos display wms layers on the map
Current behavior
demos does not display wms layers on the map
Environment
**Additiona