geojson
Here are 994 public repositories matching this topic...
The Canvas size is decided by rounded its container size. e.g., 100.3 to 100, 100.7 to 101.
With non-retina, it looks quite okay but with retina display(or with mobile device), the container may have a little empty space on the bottom or right.
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
I was caught off-guard by this description:
https://github.com/manuelbieh/Geolib/blob/master/README.md#geolibgetcenterarray-coords
In my mind (and I believe this is the typical understanding) the "geographical center" would be the return value of getCenterOfBounds.
As of first congrats for this package - I'm using it quite often & it's a great help.
I'd like to ask a feature request - add support for MSSQL DB.
The main official mode of connection recommended by MS is ODBC/PDO.
[https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017#microsoft-odbc-driver-17-for-sql-server](ht
Better documentation
Lack of documentation is a problem for most users. I have a few ideas for how to improve the documentation.
- There should be more examples.
- Examples should all be runnable, and sample input data should be downloadable.
- The documentation should include articles on important topics, for example, coordinate systems, simplification methods, and how to use JavaScript expressions as arguments
-
Updated
May 29, 2020 - TypeScript
If you use --no-clipping with -zg, you get unjustified warnings about spreading polygons across many tiles:
Warning: standard input:0: Large unclipped (-pc) feature may be duplicated across 16 tiles
Warning: standard input:0: Large unclipped (-pc) feature may be duplicated across 24 tiles
Warning: standard input:0: Large unclipped (-pc) feature may be duplicated across 35 tiles
Warn
-
Updated
Apr 19, 2020
Please add additional examples of how to deal with the data generated by events. Expand on an example of how to use data of creating a line, etc. I normally understand the 'e' but I am missing the relevant data generated in the event, where is it? How does someone take this utility to the next level? How do you find your data for storing in a database (not how to store it, but where is the data
-
Updated
Apr 8, 2020 - Python
-
Updated
May 9, 2020 - JavaScript
-
Updated
May 17, 2020 - JavaScript
map_coords() has an obvious use case in transforming the geometry of features.
It should operate on Features and FeatureCollections, as well.
Documentation
Magellan needs documentation that is beginner friendly yet thorough with some details on the implementation as well so developers can start contributing to it.
We also need a developer page
Hi, I'm wanting to use Koop for integrating with the Waze live feed. After reading through the readme, I was totally lost about how to even start using Koop.
I'd really like to see more detailed documentation or a getting started guide. Additionally I'd be interested in helping to get a dedicated Waze repository up running.
overpass.txt: http://overpass-api.de/api/interpreter?data=
$ wget "$(echo cat overpass.txt"[out:xml][timeout:25];area(3600052826)->.searchArea;(nwr"tourism"="alpine_hut";);out geom;")" -O ~/www/huts-and-shelters/testgeom.osm
$.get("testgeom.osm", function(data, status){
console.info("Data: " + data + "\nStatus: " + status);
- What did you see?
In tile 13/4146/2816:
In tile 14/8293/5633:
Note that the highlighted building ha
I'm using Leaflet 1.3.1 - because Leaflet/Leaflet#6245 - and VectorGrid 1.3.0 for mvt with L.canvas.tile as rendererFactory.
The defined click-handler works as expected only if zoomlevel is integer (6, 5, 19, ..). If zoomlevel gets fractional (6.25, 10.75, ...), mousepointer change back to normal and click on a feature
-
Updated
Apr 20, 2020 - Jupyter Notebook
I wanted to ask a question on how to write a certain type of query in the slack group, the link in the readme takes you to:
https://slackin-pbfjhfxnsa.now.sh/
which has a site key for the recaptcha that prevents us to be invited:
<img width="296" alt="Join_Angular_Firebase_Developers_on_Slack_" src="https://user-images.githubusercontent.com/1523107/55864317-2533da80-5b74-11e9-8e1f-3444066e
Improve this page
Add a description, image, and links to the geojson topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the geojson topic, visit your repo's landing page and select "manage topics."





How do we go about integrating this with a map? The documentation is pretty straightforward with adding/retrieving data into the tile38 server.
But not very clear on how we can visualize this on a map