|
POST
|
Well, it was working... I just tried to reproduce it, unsuccessfully.
... View more
12-01-2015
01:07 PM
|
0
|
10
|
4253
|
|
POST
|
Andrew, I got it to work if I added overflow: auto; -webkit-overflow-scrolling: touch; to the HTML tag within your iframe:
... View more
12-01-2015
01:00 PM
|
0
|
11
|
4253
|
|
POST
|
If you would really like to know what's going on under the hood of your GIS application, you might want to check-out QGIS. Since it's open-source, you can check the code for yourself: Welcome to the QGIS project! Here's the github: qgis/QGIS · GitHub As an example, here's the QgsGeometryAnalyzer class with notes on algorithms: QGIS/qgsgeometryanalyzer.sip at 91e1554611fe179c802e2355371ae0aa9adbc80c · qgis/QGIS · GitHub You can also download plug-ins and view their source as well, e.g.: QGIS Python Plugins Repository attilaancsin/PolygonSimplifier · GitHub
... View more
12-01-2015
11:17 AM
|
3
|
1
|
2766
|
|
POST
|
Also, Here's the info on the changes between the API versions: What's new in Version 3.14 | Guide | ArcGIS API for JavaScript What's new in Version 3.13 | Guide | ArcGIS API for JavaScript What's new in Version 3.12 | Guide | ArcGIS API for JavaScript What's new in Version 3.11 | Guide | ArcGIS API for JavaScript What's new in Version 3.10 | Guide | ArcGIS API for JavaScript What's new in Version 3.9 | Guide | ArcGIS API for JavaScript If anything comes-up and you're having difficulty resolving, try upgrading incrementally and addressing the breaking changes each time. It's worked for me in the past when hopping over major versions without having to rewrite the app entirely, but I doubt you'll encounter much, if anything, moving from 3.9 to 3.14
... View more
12-01-2015
07:57 AM
|
1
|
0
|
2822
|
|
POST
|
FYI, here's the life cycle/support page for the web APIs: http://downloads.esri.com/support/product%20life%20cycle/online_gis/ArcGISWebMappingAPIs_PLC.pdf You can see that all 3.x versions, including 3.9, are supported until 01/01/2019 I upgraded from 3.9 to 3.14 - there were really no breaking changes aside from adjusting the way I loaded the libraries from the self-hosted libraries (some URLs slightly changed) and the legend created from the API slightly changed in styling. This was relevant as I massage the legend on the front-end, so I had to rework some stuff there.
... View more
12-01-2015
07:51 AM
|
1
|
1
|
2822
|
|
POST
|
What version of Android? There are apparently some zoom issues, at least with the pinch gesture, in 5.0: Pinch Zoom issues with JS API on Android 5.0 Lollipop Not sure if there's any relation to this issue...
... View more
11-30-2015
07:07 AM
|
0
|
1
|
958
|
|
POST
|
There's a Unity SDK - you can adapt an existing Unity app for the Cardboard for Unity SDK. I remember an old thread discussing using GIS data in Unity: How can I import GIS data into a Unity Project? - Unity Answers
... View more
11-30-2015
06:58 AM
|
0
|
0
|
733
|
|
POST
|
You should really have a look at PowerShell (Microsoft PowerShell) - you can interface with the geocoding API through PowerShell, and then call a SQL stored proc to update your records with the geocoded values.
... View more
11-23-2015
01:21 PM
|
0
|
0
|
1525
|
|
POST
|
Jake, in the matrix, it indicates a 10.2.2 client can direct connect up to 10.3 - it doesn't explicitly include 10.3.1 (it does elsewhere in the matrix, though) - is this supported?
... View more
11-20-2015
02:00 PM
|
0
|
1
|
2259
|
|
POST
|
If you direct connect, it looks like clients on 10.2.2 can go up to 10.3 - blarg... too many dots... doesn't look like you're in luck to go to 10.3.1 - you mention connecting to 10.3.1 in the title, but "ArcGIS Service Connection" in your reply - as far as I know, the last version of this is 10.2.2 (which is reflected in the matrix) - there is no ArcSDE install in 10.3.x (you can use 10.2.2, though, if you have the SDE files). If you were using a fgdb, you could create an earlier version. As far as the ArcSDE connection, wouldn't that work since you're creating a 10.2.2 instance?
... View more
11-20-2015
01:58 PM
|
0
|
8
|
2259
|
|
POST
|
Interestingly, it's in the Silverlight API: http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Graphic~SetZIndex.html It's clear in the documentation it's really adjusting the z-index.
... View more
11-20-2015
01:00 PM
|
0
|
1
|
4553
|
|
POST
|
Here's the compatibility matrix (and additional compatibility info): Client and geodatabase compatibility—ArcGIS Help | ArcGIS for Desktop Compatibility between ArcGIS clients and geodatabases in SQL Server—Help | ArcGIS for Desktop Compatibility of ArcGIS 10.3.1 for Server with earlier versions—Documentation (10.3 and 10.3.1) | ArcGIS for Server It should be possible...
... View more
11-20-2015
12:49 PM
|
0
|
13
|
2259
|
|
POST
|
Tyrone, At least back in 2011, there wasn't a clean way to do this: Change GraphicsLayer Z Index The Esri way then was to remove and re-add.
... View more
11-20-2015
12:42 PM
|
1
|
3
|
4553
|
|
POST
|
I am not really familiar with JBoss; however, when I set-up server over IIS a few years back, I had quite a few problems with CORS and the proxy server. Some of the literature I came across (for multiple server flavors) indicated a config setting would need to be adjusted. For the version of IIS I am using, I did not need to make a change in the manager, I just ended up making changes to config files in the codebase - that solved my problem, e.g. enable cross-origin resource sharing I am really not sure on your end - I mentioned a potential config issue because, you say, it works in Mongoose. I am grasping at straws for you - I don't have any experience with JBoss, but here are some resources to maybe give a once-over, just in case: http://stackoverflow.com/questions/26610657/how-to-enable-cors-in-jboss http://stackoverflow.com/questions/31083854/how-to-enable-cors-with-a-java-restful-web-service-on-jboss-as Don't want to send you down the wrong path, but there's really not a lot out there with JBoss/ArcGIS Server/CORS
... View more
11-20-2015
07:02 AM
|
1
|
1
|
2283
|
| 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
|