Skip to content
#

maps

Here are 2,091 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:

Sebastian-G
Sebastian-G commented Apr 21, 2020

Describe the bug
We are using Angular 9,jest@25.0.0, typescript@3.8.3 and latest ol@6.3.1

While running our unit tests following error occurred:

RangeError: Maximum call stack size exceeded
          at getTypeOfFuncClassEnumModule (node_modules/typescript/lib/typescript.js:41221:46)
          at getTypeOfSymbol (node_modules/typescript/lib/typescript.js:41342:24)
          
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

spacekitteh
spacekitteh commented Dec 16, 2016

So, I'm eager to contribute to microG. There's just one problem: I've spent the last 10 hours trying to decipher the codebase, and feel like I'm nonethewiser for it. Could you please please PLEASE add some documentation? At least the architecture? I understand that nobody likes writing docs, and I understand that much of the structure is forced upon you by having to copy GPS, but it's critical i

WebODM
editor
orangemug
orangemug commented Jan 30, 2020

'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

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.