maps
Here are 2,030 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:
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)
Ref google-map-react/google-map-react#314 (comment) && #524
Example links in DOC.MD are dead.
This happened because they were hosted in webpackbin, who has been deprecated and merged with [codesandbox.io](https://codesand
-
Updated
May 11, 2020
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
Following on from mapbox/mapbox-gl-native#16321
We don't need (and shouldn't use) the logging methods defined by MGLNativeNetworkDelegate : implementation and [protocol](https://github.com/mapbox/mapbox-gl-native/blob/9de0bacf
maptalks's version and what browser you use?
maptalks's version: v0.47.0
browser : google chrome
Issue description
关于将geojson转为geometry的过程中, 对geometry进行处理的时候,
通过console.log(geometry)可以打印输出geometry中包含的properties属性;
但是调试的过程中,或者通过 geometry.properties 或 geometry['properties']的方式,
却提示geometry中没有properties 属性,很奇怪,前后不一致!
希望能解决这个问题.
**Please provide a reproduction URL (on a
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
-
Updated
May 26, 2020 - Python
-
Updated
May 26, 2020 - TypeScript
Good improvements would include:
- Allow a user to add orthophoto, plant health and DEMs at the same time
- Better transparency controls in layers panel
- Allow Z re-ordering of layers
When pinch-zooming on leaflet I do a clusters recalculation like so:
const clusterizedMarkers = index.getClusters(clustersBounds, zoom);
The zoom has sometimes non integer values coming from Leaflet:
From my console: zoom value – 8.383082795293051
At that moment, index.getClusters crashes the app as the zoom value is not an integer (which makes sense!)
The fix in that case is to chang
WIP in the branch: port-doc-sphinx-breathe
Instructions and dependencies here.
-
Inspiration:
-
Motivation:
- Sphi
-
Updated
May 25, 2020 - JavaScript
'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
Dec 28, 2019 - JavaScript
As described ./quickstart.sh my tries to download my from geofabrik
====> : Downloading my from Geofabrik...
Furthermore, it deletes the file data/my.osm.pbf after it exits with an error.
root@osm ~/openmaptiles # ls -lh data/my.osm.pbf
-rw-r--r-- 1 root root 51G Apr 30 18:56 data/my.osm.pbf
root@osm ~/openmaptiles # ./quickstart.sh my
=============================
⚠️ "rnpm"弃用,下个版本不在支持
react-native-cli: 2.0.1
react-native: 0.61.4
启动服务时提示如下信息:
react-native start
warn The following packages use deprecated "rnpm" config that will stop working from next release:
- react-native-amap-geolocation: https://github.com/qiuxiang/react-native-amap-geolocation#readme
- react-native-amap3d: https://github.com/qiuxiang/react-native-amap3d#readme
Please notify their maint
-
Updated
Dec 20, 2019 - Kotlin
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jan 17, 2019 - JavaScript
-
Updated
Feb 14, 2020 - PHP
-
Updated
May 16, 2019 - C++
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."
None of following GeoJSON functions are covered with tests yet:
geometryToLayercoordsToLatLngcoordsToLatLngslatLngToCoordslatLngsToCoordsasFeatureSample test (for
latLngToCoords):