Skip to content
#

maps

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

GuillaumeSpera
GuillaumeSpera commented Nov 15, 2019

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:

A-Tokyo
A-Tokyo commented Sep 26, 2019

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.2 will trigger an onChange with 11

To Reproduce 🔍

Steps to reproduce the behavior:

  1. set zoom level to 11.2
  2. notice how the onChange is fired, overriding the 11.2 with 11

**Expected behav

Lucifer-Morning-Star
Lucifer-Morning-Star commented Dec 14, 2019

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

superivaj
superivaj commented Mar 11, 2019

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

MarkWieczorek
MarkWieczorek commented Nov 16, 2019

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

Improve this page

Add a description, image, and links to the maps topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the maps topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.