Last active
          December 17, 2018 16:10 
        
      - 
      
- 
        Save mladenp/469a49559f566ad46e65281fe0e4f9cb to your computer and use it in GitHub Desktop. 
Revisions
- 
        mladenp revised this gist Dec 17, 2018 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewingThis 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 @@ -3,7 +3,14 @@ "features": [ { "type": "Feature", "properties": { "stroke": "#555555", "stroke-width": 2, "stroke-opacity": 1, "fill": "#555555", "fill-opacity": 0.5, "name": "test" }, "geometry": { "type": "Polygon", "coordinates": [ 
- 
        mladenp revised this gist Dec 17, 2018 . 1 changed file with 69 additions and 71 deletions.There are no files selected for viewingThis 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 @@ -5,78 +5,76 @@ "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.6241455078125, 38.55460931253295 ], [ -121.56234741210938, 38.55890491799819 ], [ -121.36459350585936, 38.42777351132902 ], [ -121.32614135742188, 38.47939467327645 ], [ -121.35086059570314, 38.564274063847826 ], [ -121.35498046875, 38.71444723581132 ], [ -121.59530639648436, 38.71444723581132 ], [ -121.45797729492186, 38.6233081913603 ], [ -121.50192260742186, 38.54709138531694 ], [ -121.64199829101561, 38.53420168131867 ], [ -121.63925170898438, 38.57179019417367 ], [ -121.60903930664062, 38.55997877925585 ], [ -121.37008666992188, 38.450362314144996 ], [ -121.50192260742186, 38.417014454352035 ], [ -121.58981323242188, 38.40517764076942 ], [ -121.6241455078125, 38.55460931253295 ] ] ] } } ] } 
- 
        mladenp revised this gist Dec 17, 2018 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewingThis 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,4 +1,10 @@ { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "MultiPolygon", "coordinates": [ [ @@ -70,4 +76,7 @@ ] ] ] } } ] } 
- 
        mladenp created this gist Dec 17, 2018 .There are no files selected for viewingThis 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,73 @@ { "type": "MultiPolygon", "coordinates": [ [ [ [ -47.900390625, -14.944784875088372 ], [ -51.591796875, -19.91138351415555 ], [ -41.11083984375, -21.309846141087192 ], [ -43.39599609375, -15.390135715305204 ], [ -47.900390625, -14.944784875088372 ] ], [ [ -46.6259765625, -17.14079039331664 ], [ -47.548828125, -16.804541076383455 ], [ -46.23046874999999, -16.699340234594537 ], [ -45.3515625, -19.31114335506464 ], [ -46.6259765625, -17.14079039331664 ] ], [ [ -44.40673828125, -18.375379094031825 ], [ -44.4287109375, -20.097206227083888 ], [ -42.9345703125, -18.979025953255267 ], [ -43.52783203125, -17.602139123350838 ], [ -44.40673828125, -18.375379094031825 ] ] ] ] }