|
POST
|
Just in case anyone is interested, here's an animation of the process: ZIP Code Tabulation Areas (ZCTAs) Delineation Animation - Geography - U.S. Census Bureau I couldn't find a relationship file to give you this information, but, you could acquire a block group layer and a regular zip layer. When you intersect the two, you can find this information. ArcGIS Help 10.1
... View more
12-17-2015
07:26 AM
|
1
|
1
|
3257
|
|
POST
|
This is old, but someone did a write-up on GPS results under canopy: http://www.proaxis.com/~johnbell/guest/GPS_Canopy_Tests.pdf http://www.fs.fed.us/t-d/pubs/pdfpubs/pdf01712809/pdf01712809dpi300.pdf Also, maybe something like this would help? Trimble - Heavy Civil Construction - MS992 GNSS Smart Antenna
... View more
12-16-2015
01:14 PM
|
0
|
0
|
1125
|
|
POST
|
Years ago, when I worked with environmental surveyors, I used waypoints, kinda like they do here - http://www.dot.state.mn.us/bridge/pdf/hydraulics/waypointstoreinspectexistingfeatures.pdf The arrow direction varies and is not correct all the time. Think of playing the game “you’re getting warmer” and follow the distance or the symbols on the map view. That was definitely true, but for people on foot, it got the job done. Maybe this will help you? http://www.arcgis.com/home/item.html?id=7f0797450c4b470a8c76eb52b5eddaa8
... View more
12-16-2015
01:05 PM
|
0
|
0
|
1125
|
|
POST
|
Some more info about my set-up, I'm doing something similar to you, I think - essentially, similar to Gas price data by state mashup | ArcGIS API for JavaScript I have an existing FeatureLayer "template" that I mash-up with JSON data from a SQL query (using shared PKs). Since I'm simply setting a renderer, adding my data field to the definition expression is not honored. I haven't tried this, but I think joining the data with a dynamic layer would work such that a definition expression is honored on the data fields not in the map service: Using join data source as source for feature layer simple example of making a join in a dynamic layer
... View more
12-16-2015
12:54 PM
|
1
|
1
|
2169
|
|
POST
|
Regarding your definition expression, I tried it with 100 unique IDs on one of my map services, totaling 951 chars. The export/print service honored the definition expression without any issues.
... View more
12-16-2015
12:08 PM
|
1
|
3
|
2169
|
|
POST
|
Maybe this would be a solution? mapbox/togeojson · GitHub Found it thanks to Jeff Jacobson in this thread - Is there any way to add KML,KMZ and CSV file from local drive/folder in web app? Oh, just as a plug for the Terrformer JSON parsing Jeff mentioned, I have a Runnable demo in case anyone is interested - http://code.runnable.com/Vfig_eplbl55NWA1/terraformer-demo-for-node-js
... View more
12-15-2015
02:54 PM
|
0
|
1
|
1559
|
|
POST
|
Unless someone has a better idea, I'm just going to create a view in SQL with an integer data type for ID.
... View more
12-15-2015
02:45 PM
|
0
|
0
|
5831
|
|
POST
|
Until they can push it off to the client, I would say no. It needs to be publicly accessible since the class actually makes a call to an Esri utility (you probably already know this): http://utility.arcgis.com/sharing/kml You may have also stumbled upon this thread: Loading Dynamic KML from web service I was thinking along the same lines as the OP in hosting the utility locally, or maybe creating the functionality locally. Esri said this wasn't possible, but technically, I think it should be...
... View more
12-15-2015
02:41 PM
|
0
|
3
|
1559
|
|
POST
|
My apologies, Erik - my brain skipped-over the fact that this was for the GeoEvent Extension Field Calculator. I did some research and found the GitHub - Esri/solutions-geoevent-java · GitHub - it looks like you've already gone down this route... Sorry again! Debating deleting my answer - maybe it would be helpful for someone with an ArcMap Field Calculator issue down the road, though...
... View more
12-15-2015
02:34 PM
|
0
|
0
|
5028
|
|
POST
|
Here's how someone did it in GM: http://stackoverflow.com/questions/22750373/calculate-height-above-map-given-zoom-level-in-google-maps You should be able to apply similar logic to ArcGIS.
... View more
12-15-2015
08:29 AM
|
0
|
0
|
1986
|
|
POST
|
This no longer appears to be an issue in either Chrome or IE, at least for all of the samples I checked. It may have been an issue with the CDN, or Esri has already fixed.
... View more
12-15-2015
06:40 AM
|
0
|
1
|
1861
|
|
POST
|
I am trying to direct connect to a table on an MS SQLSERVER 2008 slice. I would like to create an x,y event layer to display on a web map using the JavaScript API. I am, however, receiving an error message when I attempt to open the table: Error reading OID from table. Reading rows has been stopped. Check that the datasource is valid. OID mapped column has null value. The operation is not supported by this implementation. From what I can tell, it's an issue with including the PK on the table: Here's the data type: idnum (PK, FK, numeric(18,0), not null) I am unable to change structure - is there any way to work around this? My dev environment is using ArcGIS Server 10.2 - my production environment is 10.3 if this is a bug of some sorts in 10.2. Any help is appreciated! Thanks!
... View more
12-14-2015
01:05 PM
|
2
|
4
|
13444
|
|
POST
|
It does seem like something that should be available to the client. I checked the SceneLayer class - the metadata is excluding ZFactor... declaredClass : "esri.layers.SceneLayer",
classMetadata : {
reader : {
add : "copyright initialExtent fullExtent geometryType renderer labelingInfo cachedDrawingInfo spatialReference objectIdField popupTemplate".split(" "),
exclude : "id version name href ZFactor alias description copyrightText popupInfo".split(" ")
}
},
... View more
12-14-2015
08:09 AM
|
0
|
1
|
1480
|
|
POST
|
I perused the API v4 and didn't find anything on vertical exaggeration. Are you not able to set z-factor prior to publishing the scene? Looking at this sample: https://developers.arcgis.com/javascript/beta/sample-code/sandbox/sandbox.html?sample=layers-scenelayer I see a mention of the z-factor in the service: https://scene.arcgis.com/arcgis/rest/services/Hosted/Buildings_Brest/SceneServer/layers/0/
... View more
12-14-2015
07:48 AM
|
0
|
3
|
1480
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-16-2020 01:25 PM | |
| 1 | 03-20-2019 09:07 AM | |
| 2 | 07-31-2015 07:31 AM | |
| 1 | 09-14-2015 12:14 PM | |
| 1 | 05-12-2015 12:04 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-27-2023
02:30 AM
|