The stereographic projection is available as d3.geo.stereographic. See also the interactive version.
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 characters
require([ | |
"esri/map", | |
"esri/request", | |
"esri/geometry/Polyline", | |
"esri/symbols/SimpleLineSymbol", | |
"esri/graphic", | |
"dojo/domReady!"], | |
function(Map, request, Polyline, SimpleLineSymbol, Graphic) { | |
//Init Esri Basemap |
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 characters
ogr2ogr -f GeoJSON -t_srs EPSG:4326 -select comma,separated,fields destination.json source.shp |