|
POST
|
I am not familiar with NAD_1983_SPC CO-N, athough it looks like a custom state plane north system for Colorado... If that's true, can you verify the coordinate system? What happens if you reproject another shapefile? What happens if you use a built-in state plane projection?
... View more
03-11-2016
01:43 PM
|
0
|
1
|
2839
|
|
POST
|
I am also using .NET to make a call to the REST service and need to perform the associations in batch... A multipoint feature sent is considered one "multi-part" feature, so the API doesn't really care how the results are returned, i.e. the multipoint parts (individual lat/longs) are not associated with their respective features returned by the API. I can think of some pseudobatch methods, but anyone with ideas to get the associated lat/long part returned with the API, I'm all ears! And eyes...
... View more
03-11-2016
10:58 AM
|
0
|
0
|
3748
|
|
POST
|
David, Have you seen Arcpy Export report error?Jeffrey May says: I did learn that ExportReport will not support background processing and it did not seems to like being a part of a stand alone Python script either. I was able to execute this funtion by turning off background processing and running the script via a ArcMap Script Tool. Doesn't seem to help your case since you want to launch a scheduled task... but just noting others have had similar issues.
... View more
03-10-2016
01:22 PM
|
1
|
1
|
3094
|
|
POST
|
No problem - the easiest way to do it would be like so: 1) Within ArcMap, make sure you have no records selected by choosing the "clear features" option in the top menu bar (just to make sure none are selected - it'll be greyed-out if none are selected): 2) Next, right click on the layer in the TOC and choose "export data" under the "Data" option: 3) In the "Export Data" window, navigate to your default geodatabase, which should be in "Home - Documents\ArcGIS" 4) In the "Save as type" drop-down, choose "File and Personal Geodatabase feature classes" (this will expose the scratch geodatabase): 5) Double-click Default.gdb 6) Once you are inside the gdb, name it whatever you'd like (though there are some limitations... just keep it short and without any special chars, and don't start it with a number) - in this case, I named it "RR_FC" 7) Click "Save" 😎 Click "OK" 9) Click "Yes" when ArcMap asks you "Do you want to add the exported data to the map as a layer?" 10) Right click on the layer "RR_FC" (or whatever you named it) 11) Repeat steps 2 and 3 above 12) Change the drop-down back to "shapefile" and name it something unique: 13) Repeat steps 7-9 above 14) Remove all of the other layers from the map (the bad shapefile and the feature class). You can do this by right-clicking the layer and selecting "Remove": 15) Once all of the layers are removed, close the "ArcMap Drawing Errors" window 16) Next, click the refresh icon at the bottom of the data pane: You should no longer see the drawing error.
... View more
03-10-2016
12:34 PM
|
4
|
1
|
4482
|
|
POST
|
Cindy, I tried the check and repair geometry tools in ArcToolbox to no avail. Exporting to a feature geodatabase then back to a shapefile resolved the issue for me.
... View more
03-10-2016
11:57 AM
|
1
|
0
|
4482
|
|
POST
|
You may also want to have a look at: Running ESRI Web AppBuilder on an Intranet
... View more
03-07-2016
07:12 AM
|
0
|
0
|
760
|
|
POST
|
Looks like it's part of manholes - Layer: Manholes (ID: 0)
... View more
03-04-2016
12:04 PM
|
0
|
0
|
1564
|
|
POST
|
Here's another description of the issue: It turns out Edge fails to load a private/local secured SSL page (iframe) when in-conjunction of loading a public secured page. Both sites are secured using public SSL certificates to prevent mixed content issues. The issue is that Edge security detects that the iframe site is located on the users local network (private/domain network) and prevents the page from loading in an iframe. To resolve the issue we moved the internal site to a non-local address space (a private network space using a different subnet from the local network) so that Edge detects the site as public network. Alternatively you could move the resources to a true public address. http://stackoverflow.com/questions/31860020/sec7117-error-when-trying-to-load-a-javascript-file-in-ms-edge
... View more
03-04-2016
08:44 AM
|
0
|
0
|
1492
|
|
POST
|
We just started receiving reports that our JSAPI maps were not working in Edge on Win 10. A console message showed Edge blocked a request: This Internet Explorer instance does not have the following capabilities: privateNetworkClientServer I'm not a network/systems guy, but I'll try to explain our set-up... maybe it'll help you nail down your issue. After some research, it seems to be a security issue with how we are showing the maps... We have our GIS servers A and B hosting resources on something like "gis.company.com". They are then embedded using an iframe within an application hosted by another server on the farm (using the same company network, but not on the same domain). When users within the company attempt to load the maps, they fail with the aforementioned message. External users, outside of the company network, have no problems loading the maps. Furthermore, for internal test sites on the same *.company.com domain, embedded maps work well for internal users. I'm working through a resolution now, but I suspect some group Edge policies may need to be pushed.
... View more
03-04-2016
08:34 AM
|
0
|
1
|
1492
|
|
POST
|
It might be something available at cost - FlightView Historical Data & Reports
... View more
02-22-2016
11:58 AM
|
0
|
0
|
3908
|
|
POST
|
Have you seen https://github.com/jpatokal/openflights?
... View more
02-22-2016
10:31 AM
|
0
|
2
|
3908
|
|
POST
|
Here's the coords in dd if it helps anyone: -22.95694, 29.31528
... View more
02-19-2016
02:15 PM
|
1
|
1
|
3656
|
|
POST
|
Esri require - check out a sample: Basemap gallery | ArcGIS API for JavaScript require([
"esri/map", "esri/dijit/BasemapGallery", "esri/arcgis/utils",
"dojo/parser",
"dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dijit/TitlePane",
"dojo/domReady!"
], function(
Map, BasemapGallery, arcgisUtils,
parser
) { Just make sure the module order is the same! Here's some more info: Working with Dojo | Guide | ArcGIS API for JavaScript Note, in the example code, there were some modules not passed in the function - they were referenced in the front-end instead of in the script block.
... View more
02-19-2016
01:24 PM
|
0
|
0
|
4000
|
|
POST
|
Austin, I tried it on my end and it appears to work - are you sure your browser isn't caching something?
... View more
02-19-2016
12:01 PM
|
0
|
0
|
4000
|
| 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
|