Last active
July 13, 2018 19:53
-
-
Save worace/540d89a5dbaa0b6274cd19f6ab6d4994 to your computer and use it in GitHub Desktop.
Revisions
-
worace revised this gist
Mar 1, 2018 . 1 changed file with 13 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ { "type": "Feature", "properties": { "marker-color": "#ff0000" }, "geometry": { "type": "Point", "coordinates": [ -118.4184041619301, 34.05771049652868 ] } } -
worace revised this gist
Mar 1, 2018 . 1 changed file with 0 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +0,0 @@ -
worace revised this gist
Mar 1, 2018 . 1 changed file with 14 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ { "type": "Feature", "properties": { "marker-color": "#ff0000", "id": "New AMC Point" }, "geometry": { "type": "Point", "coordinates": [ -118.4184041619301, 34.05771049652868 ] } } -
worace created this gist
Mar 1, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,36 @@ { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.70605468750001, 33.100745405144245 ], [ -109.5556640625, 33.100745405144245 ], [ -109.5556640625, 39.50404070558415 ], [ -123.70605468750001, 39.50404070558415 ], [ -123.70605468750001, 33.100745405144245 ] ] ] } } ] }