POST
|
Thanks Mike, I expected to have a poperty like "lockRotation" = true or something like this in 4.0. Because I think in 2D maps rotation would be confusing for many users. Thanks for your reply!
... View more
11-19-2015
06:34 AM
|
0
|
0
|
347
|
POST
|
Can I lock the rotation in the 2D view? I want the map always to be horizontal.
... View more
11-18-2015
01:14 AM
|
0
|
2
|
3181
|
POST
|
Hello Torsten, this should be no problem. The REST API of ArcGIS for Server is also usable in scripts. So you could write a script which first asks for all services: http://localhost:6080/arcgis/rest/services?f=pjson Then you'll get a response with all folders and servies like this: { "currentVersion": 10.31, "folders": [ "Utilities" ], "services": [ { "name": "SampleWorldCities", "type": "MapServer" } ] } Then you can loop through all services and folders and ask the services for their info like this: http://localhost:6080/arcgis/rest/services/SampleWorldCities/MapServer?info&f=json This will return the the information about every single service including the start extent. You can collect all these extents and write them into a FeatureClass. There is a good sample script, that shows how to do that: Example: Write requested map extents to a feature class—Documentation (10.3 and 10.3.1) | ArcGIS for Server I hope this helps. Please feel free to contact me. We will see us the next days in the ArcGIS for Server training in Hamburg 😉
... View more
07-06-2015
08:56 AM
|
1
|
0
|
383
|
BLOG
|
Am vergangenen Dienstag fand ein Webinar für Entwickler mit dem Titel "Geo-Apps absichern" statt. Falls ihr es nicht zum Webinar geschafft habt, könnt ihr euch das Video nachträglich anschauen und die Präsentation sowie den Quelltext herunterladen. Auf GitHub haben wir euch alle Informationen bereit gestellt. Noch ein Hinweis zur fehlgeschlagenen Demo zum Thema Single-Sign-On mit ArcGIS for Server on Premise (im Video ab 28:05): Die einzelnen Schritte haben alle gestimmt, es hat nur gefehlt, dass im Internet Information Server der anonyme Zugriff auf "Disabled" gestellt wurde! Dann funktioniert auch die Auswertung der Windows-Credentials, die im Request mitgeschickt werden. Im Webinar wurde gefragt, ob die Zuordnung von Credits auch für map.apps Anwendungen funktioniert. Ja, wenn die map.apps Anwendung bei ArcGIS Online (beim Portal) registriert wird, dann funktioniert das genauso wie beschrieben. Am 20. Januar 2015 geht es mit der Webinar-Reihe und dem Thema „Mit Geo-Apps offline arbeiten“ weiter. Wir würden uns freuen, wenn Ihr wieder dabei sein könntet!
... View more
12-16-2014
04:56 AM
|
1
|
1
|
2450
|