Skip to content

Instantly share code, notes, and snippets.

@VipSaran
Created December 7, 2024 09:05
Show Gist options
  • Save VipSaran/a1efe5e65b32877a3f3cd7a223652a46 to your computer and use it in GitHub Desktop.
Save VipSaran/a1efe5e65b32877a3f3cd7a223652a46 to your computer and use it in GitHub Desktop.
GeoJSON created with properties on featureCollection
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
44.859807,
13.8386953
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
44.8598458,
13.8387137
],
[
44.8597885,
13.8387137
],
[
44.8597095,
13.8386383
],
[
44.8597095,
13.8386383
],
[
44.8597248,
13.838651
],
[
44.8597778,
13.8386639
],
[
44.8597936,
13.8386577
],
[
44.8597681,
13.8386606
],
[
44.8597681,
13.8386606
],
[
44.8598056,
13.8386744
],
[
44.8597255,
13.8386441
],
[
44.8597501,
13.8386625
],
[
44.8597159,
13.8386448
],
[
44.8597094,
13.8386428
],
[
44.8597126,
13.838645
],
[
44.8597545,
13.8386573
],
[
44.8597427,
13.8386553
],
[
44.8597185,
13.8386515
],
[
44.8597659,
13.8386577
],
[
44.8597885,
13.8386654
],
[
44.8597838,
13.8386685
],
[
44.8597885,
13.838657
],
[
44.8597173,
13.8386351
],
[
44.8597853,
13.8386689
],
[
44.8597924,
13.8386696
],
[
44.8597958,
13.8386656
],
[
44.8597982,
13.8386652
],
[
44.8597428,
13.8386444
],
[
44.8597344,
13.8386515
],
[
44.8597447,
13.8386596
],
[
44.8597922,
13.8386677
],
[
44.8597374,
13.8386547
],
[
44.8597223,
13.8386474
],
[
44.8597409,
13.8386542
],
[
44.859794,
13.8386639
],
[
44.8597722,
13.8386605
],
[
44.8597941,
13.8386689
],
[
44.8598002,
13.8386668
],
[
44.8598058,
13.8386763
],
[
44.8598128,
13.8386774
],
[
44.8597788,
13.8386679
],
[
44.8598124,
13.8386751
],
[
44.8597888,
13.8386695
],
[
44.8597959,
13.8386645
],
[
44.859802,
13.8386711
],
[
44.859785,
13.8386654
],
[
44.8597751,
13.8386667
],
[
44.8598029,
13.8386704
],
[
44.8597575,
13.8386576
],
[
44.8597737,
13.8386619
],
[
44.8597635,
13.8386631
],
[
44.8598089,
13.8386726
],
[
44.859802,
13.838672
],
[
44.8598024,
13.8386737
],
[
44.8597999,
13.8386766
],
[
44.8598081,
13.8386781
],
[
44.8597487,
13.8386584
],
[
44.8598032,
13.8386678
],
[
44.8597505,
13.8386623
],
[
44.8597917,
13.8386665
],
[
44.8598012,
13.8386699
],
[
44.859734,
13.8386503
],
[
44.8597864,
13.8386633
],
[
44.8598067,
13.8386729
],
[
44.8597954,
13.8386689
],
[
44.8597822,
13.8386687
],
[
44.8597925,
13.8386634
],
[
44.8598004,
13.838701
],
[
44.8598004,
13.838701
],
[
44.8598245,
13.8386761
],
[
44.859807,
13.8386953
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment