-
```
Which products are affected?
Google Earth beta version 6.1.0.4738
What steps will reproduce the problem?
1. Attempt to display the attached KML file in the beta version.
What is the expected ou…
-
Super-relations like relation/1268955 don't have geometries in the traditional sense; they are used to express concepts. Right now, toGeometry() created a recursive GEOMETRYCOLLECTION:
GEOMETRYCOL…
-
One of the most obvious problems with cutting a soup of polygons is that newly created polygons will not share vertex references, if done naively (the current way). Other steps of the current pipeline…
-
Hey guys,
I just figured out, that there is a discrepancy between how polygons and meshes are generated / interpreted. You can see the issue by comparing X/Y coordinates of vertices of polygons and m…
-
```
If the Python `zip` function is used to combine X and Y coordinates, the result
is a list of tuples:
X = [1, 5, 5, 3, 1]
Y = [5, 5, 1, 3, 1]
coors = zip(X, Y) # list of tuples
However, this ob…
-
The following OSM file is 618 MB.
```bash
$ wget https://download.geofabrik.de/australia-oceania/australia-latest.osm.pbf
```
Below are the record counts for each layer.
Layer | Record Coun…
-
Look at these plenty of leisure=nature_reserve in a built-up area:
https://www.openstreetmap.org/way/29837903#map=16/42.1606/-71.1335
(additional tags landuse=conservation or landuse=forest).
1. The d…
-
```
If the Python `zip` function is used to combine X and Y coordinates, the result
is a list of tuples:
X = [1, 5, 5, 3, 1]
Y = [5, 5, 1, 3, 1]
coors = zip(X, Y) # list of tuples
However, this ob…
-
I have a fixture defined like so:
```
one:
long_name: Long Name
short_name: LN
bounds: !ruby/object:Polygon
rings:
- !ruby/object:LinearRing
points:
- !ruby/object:Point {x:…
-
Hi,
I try to check if a point is in a polygon, but it gives me a SegmentationFault :
```
SELECT
ST_CONTAINS(st_geogfromgeojson('{ "type": "Polygon", "coordinates": [[[-74.248352, 40.5555…