Skip to content

Instantly share code, notes, and snippets.

@feedmac
Created January 15, 2016 12:18
Show Gist options
  • Select an option

  • Save feedmac/7211476863d2c600256b to your computer and use it in GitHub Desktop.

Select an option

Save feedmac/7211476863d2c600256b to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type":"Topology",
"objects":{
"geojson_geometry_examples":{
"type":"GeometryCollection",
"geometries":[
{
"type":"Point",
"coordinates":[
4000,
1667
]
},
{
"type":"LineString",
"arcs":[
0
]
},
{
"type":"Polygon",
"arcs":[
[
-2,
-3
]
]
},
{
"type":"MultiPoint",
"coordinates":[
[
0,
0
],
[
2000,
3333
]
]
},
{
"type":"MultiLineString",
"arcs":[
[
3
],
[
4
]
]
},
{
"type":"MultiPolygon",
"arcs":[
[
[
-6,
-7
]
],
[
[
-2,
-3
],
[
7
]
]
]
}
]
}
},
"arcs":[
[
[
4000,
0
],
[
1999,
3333
],
[
2000,
-3333
],
[
2000,
3333
]
],
[
[
2000,
3333
],
[
-2000,
0
],
[
0,
-3333
]
],
[
[
0,
0
],
[
2000,
0
],
[
0,
3333
]
],
[
[
0,
0
],
[
2000,
3333
]
],
[
[
4000,
6666
],
[
1999,
3333
]
],
[
[
5999,
9999
],
[
-1999,
0
],
[
0,
-3333
]
],
[
[
4000,
6666
],
[
1999,
0
],
[
0,
3333
]
],
[
[
400,
667
],
[
1200,
0
],
[
0,
1999
],
[
-1200,
0
],
[
0,
-1999
]
]
],
"transform":{
"scale":[
0.0005000500050005,
0.00030003000300030005
],
"translate":[
100,
0
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment