Last active
December 21, 2015 04:58
-
-
Save brightrain/6252925 to your computer and use it in GitHub Desktop.
This file contains 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
<!--grab it--> | |
<script src="js/geoutils.js" type="text/javascript"></script> |
This file contains 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
//create it | |
var convertToEsri = geoJsonConverter(); | |
//use it | |
var parseOut = JSON.parse($(“#the-geojson”).val()); | |
var out = convertToEsri.toEsri(parseOut); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment