POST
|
Hello everyone, Is anyone aware of the faculty of implementing an SSO authentication module on a JSAPI/HTML application? I insist on the fact that I am not using a webmap from ArcGIS Online but I am using ArcGIS Server dynamic map services. The OAuth module is only compatible with ArcGIS Online but I don't know if there could be a compatibility or a retailoring with a simple JSAPI/HTML application, but it doesn't seem to. The module itself should access Microsoft active directory users in an Enterprise level. I have encounter some .NET sample codes but I need something Javascript oriented. Do you have any suggestions how is it possible?
... View more
11-03-2014
05:05 AM
|
0
|
1
|
419
|
POST
|
My objects are getting notified while calling them properly (esri.graphicsUtils or esri.Map,...) dojo.require("esri.graphicsUtils","esri.graphicsExtent"); console.log("dojo.require passed successfully"); console.log("I will zoom to extent"); map.setExtent(esri.GraphicsUtils.graphicsExtent(ZonesQueryFeatureLayer.getSelectedFeatures()), true); console.log("Supposebly Zoomed to extent"); This is what I am getting this time: This is the same error but the map.setExtent didn't pass ! Do you mind taking a look on the code directly? I could arrange a remote session...
... View more
10-28-2014
08:37 AM
|
0
|
1
|
31
|
POST
|
Here is what I get after modifying the code to this: //map.setExtent( esri .graphicsUtils.graphicsExtent(ZonesQueryFeatureLayer.getSelectedFeatures()), true); // I also tried: //map.setExtent( esri .GraphicsUtils.graphicsExtent(ZonesQueryFeatureLayer.getSelectedFeatures()), true); // I am not using a dojo.require so I prefer working with the objects as is. .. Please help.
... View more
10-28-2014
07:39 AM
|
0
|
3
|
31
|
POST
|
Hi everyone, I have the following issue : I don't get to set the extent of my webmap. Please find below the code used. I tried many ways: using graphics, feature layers, document element,. The code does a spatial selection based on a dropdownlist value: Please kindly advice where could be the error. " var mapid = "bd44b693be444c3a9a4a620661e7ce66"; var map = new esri.Map("mapDiv"); var mapDeferred = esri.arcgis.utils.createMap(mapid, "mapDiv").then(function(response) { map = response.map; //Define a feature layer var ZonesQueryFeatureLayer = new esri.layers.FeatureLayer(" http://10.10.1.108:6080/arcgis/rest/services/ZS_MapDoc/FeatureServer/5 ", { id: 'ZonesQueryFeatureLayer', mode: esri.layers.FeatureLayer.MODE_SELECTION, outFields: ["*"] }); response.map.addLayer(TCAZonesQueryFeatureLayer); //connect event to onchange of a zone selection from the dropdownlist(Ref. ResultQID) dojo.connect(dojo.byId('#ResultQID'), "onchange", function(evt) { console.log("option changed to: " + evt.target.value); ZonesQueryFeatureLayer.clearSelection(); var selectQuery = new esri.tasks.Query(); selectQuery.where = "Zone_Name LIKE '"+ evt.target.value +"'"; selectQuery.outFields = ["*"]; ZonesQueryFeatureLayer.selectFeatures(selectQuery, esri.layers.FeatureLayer.SELECTION_NEW, function (features) { //after highlighting feature (or not), zoom to feature to show detailed map if (features !== undefined && features.length !== 0) { //should be only one result returned, so using first array value [0] ZonesQueryFeatureLayer.getMap().setExtent(features[0].geometry.getExtent(), true); // I also tried: //map.setExtent(features[0].geometry.getExtent(), true); //mapDeferred.setExtent(features[0].geometry.getExtent(), true); //document.getElementById("mapDiv").setExtent(features[0].geometry.getExtent(), true); } else { alert("zone not found/Please select a proper Zone.") } }); dojo.stopEvent(evt); }); }); } "
... View more
10-28-2014
05:35 AM
|
0
|
5
|
2455
|
POST
|
My question is: Does the GeoTrigger Service usage involves the enclosed areas like malls for example, as it does for open areas. As we all know, it is difficult to retrieve coordinates from non-exposed places.
... View more
10-15-2014
06:12 AM
|
0
|
0
|
15
|
POST
|
I am experimenting the same error and again it didn't help me installing my ArcGIS 10.1 Data Reviewer SP1 and its Patch 6. I tried also to save it in another file and give it another name but still it is giving the same error. The file is in a proper Enterprise Environment and the risk of corruption is not maximal. Please help me on this.
... View more
10-15-2014
04:53 AM
|
0
|
22
|
24
|
DOC
|
This is extracted from an example of a project schedule related to Database Administration. I need this to be tailored as per GIS oriented workflows and capabilities and I require your help in doing this by your project management skills and technical experience in building Database Management systems environments.
... View more
08-21-2014
12:42 AM
|
0
|
0
|
369
|
POST
|
Dear, Can anyone please share a ready-to use ETL tool or a methodology to move from Enterprise GIS Database(sde) Dev. Environment to the Production Environment? I am expecting a FeatureDataset/FeatureClass/Tables records/columns mapping. Please kindly advice accordingly. Reda El Boukfaoui, GIS Specialist. Active in the Gulf Region.
... View more
08-13-2014
11:03 PM
|
0
|
2
|
533
|
BLOG
|
I am a GIS Technical Consultant and I am working for a GIS startup company. What I expect from the community here is a work group in order to plan/execute the project successfully. Please see the information about the project, below listed: Project context: - In order to develop the internal Enterprise GIS Platform, we would like to organize and set our data inventory and assessment and by the same time start implementing a data platform. Project Objectives: - Project Planning - Establish a roadmap an Enterprise GIS Database Server platform. (Create a Project Schedule/Plan) - Project Execution - Implement the Enterprise GIS Database Server platform. Business Requirements: - Create and produce GIS Enterprise Geodatabase within a database server machine for a company. - The multiple Enterprise geodatabases related to multiple clients/GIS utilities could be consumed via suitable tunnels internally and externally to the company. System Requirements: - Use a database management system (MS SQL Server or Oracle (Appreciated))
... View more
08-11-2014
11:13 PM
|
0
|
0
|
118
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|