Skip to content
#

maps

Here are 955 public repositories matching this topic...

Falke-Design
Falke-Design commented Apr 16, 2022

Map:

  • setZoom
  • setZoomAround
  • fitWorld
  • panTo
  • panBy
  • flyToBounds
  • setMinZoom
  • setMaxZoom
  • panInsideBounds
  • stop
  • locate
  • stopLocate
  • addHandler
  • createPane
  • getPane
  • getPanes
  • getContainer
  • getSize
  • getPixelBounds
  • [ ]
good first issue tests
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

WebODM
smathermather
smathermather commented Jan 26, 2022

How did you install WebODM (docker, installer, etc.)?

Seriously dockerized here.

What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)

Not relevant.

What is the problem?

Autovacuum is either not set or untuned in WebODM

How can we reproduce this? (What steps trigger the probl

possible software fault good first issue
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
vvscode
vvscode commented Mar 31, 2021

At the https://github.com/flexible-agency/react-native-map-link/blob/master/src/index.js#L42

we verify if params are in the options, but do not check the value, so for undefined we have

parseFloat(undefined); // NaN

for sure it can be fixed in the client code, but seems like nice to handle it inside the lib

![image](https://user-images.githubusercontent.com/6904368/11311

react-map-gl
maps

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