|
POST
|
I didn't notice it was designed for Node.js. There are other JavaScript libraries for shapefiles on GitHub, though. Based on its documentation it looks like shapefile-js is designed to work in a browser.
... View more
01-27-2015
12:56 PM
|
0
|
4
|
4481
|
|
POST
|
I think the problem is the single quotes around OBJECTID and Name. JSON only allows double-quotes as string delimiters. You'll need to replace the single quote characters with double quotes.
... View more
01-27-2015
12:46 PM
|
0
|
1
|
1662
|
|
POST
|
You might be able to use this library: mbostock/shapefile · GitHub
... View more
01-22-2015
08:25 AM
|
0
|
7
|
4481
|
|
POST
|
Have you tried using IE 11 from a different location? E.g., if you're seeing the error at work, try accessing the same page at home and see if you get the same error.
... View more
01-21-2015
03:21 PM
|
0
|
0
|
4098
|
|
POST
|
The Geocoder dijit will do this. You separate the street names with an ampersand (&) character.
... View more
01-13-2015
03:26 PM
|
0
|
0
|
3832
|
|
POST
|
Here is a sample I made in Plunker with a geolocate button.
... View more
10-23-2014
10:55 AM
|
0
|
0
|
2524
|
|
POST
|
Have you tried adding Z coordinates? [
{
"geometry": {
"paths": [
[
[
449755.7239626012,
3968188.486332611,
0
],
[
449687.787692063,
3968085.368779116,
0
],
[
449607.719944643,
3967986.497242529,
0
],
[
449503.3892434593,
3967884.592836722,
0
]
]
]
}
}
]
... View more
10-08-2014
12:46 PM
|
0
|
0
|
752
|
|
POST
|
Here's another alternative (Plunker)... Uses Regular HTML button instead of Dojo Button dijit. Shows geolocation accuracy radius.
... View more
09-24-2014
04:16 PM
|
1
|
0
|
2671
|
|
POST
|
Here's a CSV-Reader JavaScript library that will allow the web browser to read the CSV file and convert it into JavaScript objects or arrays.
... View more
09-05-2014
02:53 PM
|
0
|
7
|
4363
|
|
POST
|
It looks like the free version only allows one address per request.
... View more
09-05-2014
02:50 PM
|
0
|
0
|
4363
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-08-2025 08:56 AM | |
| 2 | 03-05-2024 05:10 PM | |
| 1 | 04-30-2013 08:23 AM | |
| 1 | 05-03-2022 09:45 AM | |
| 1 | 06-30-2015 10:55 AM |