-2
votes
0answers
84 views

ArcGis Javascript API vs OpenLayers [closed]

I would like to know the pros and cons of the API: Arcgis Javascript API OpenLayers A very detailed comparison of the two services are capable of and how best to work with, which is the best choice. ...
0
votes
0answers
47 views

where clause with multiple fields : Arcgis api for javascript [migrated]

I am tring to perform a query with three fields .I have three combobox,each one is populated with a field values.I want to query with the value selected from combobox for each field.I want to know how ...
2
votes
1answer
48 views

First time using ArcGIS JavaScript API - where do I find the JavaScript API to include (.js) into my solution?

I'm writing a web service that will interface with ArcGIS. One of the requirements is to put: esri.config.defaults.io.proxyUrl = "proxy.ashx"; in the JavaScript portion of the page. Of course, it ...
0
votes
0answers
17 views

populate a combobox in jsviewer widget

I'm woriking with jsviewer and JSAPI v:2.8. in one of my widgets I have a combobox which I want to be populated once the widget is opened .it should be populated with a field values coming from a ...
1
vote
0answers
17 views

upgrade from 1.3 to 3.3 javascript api for arcgis with jsviewer [duplicate]

I try to use jsviewer (v.1.0) in my application , but it doesn't work with JSAPI version uper than 1.3 . How can I work with both :jsviewer and the 3.3 JSAPI version? Thank you in advance
1
vote
1answer
45 views

jquery communication with arcgis services

I am working with the ArcGIS JavaScript API for my application. My app users are stored in a table published in a map service. Whenever a user wants to connect to the app, he needs to provide a ...
2
votes
1answer
51 views

Method to find “if map data is available or not”

I am using Arcgis javascript api 3.2. I use the mapservice, https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer. I realized that map data is not available when the ...
0
votes
0answers
65 views

Zooming the selected polygon to the center of .NET WebBrowser control

I have an ArcGIS Server JavaScript API application. I am embedding this page in a .NET WebBrowser Control. The size of the webbrowser control is approximately 300X300 pixel. I have code that query and ...
0
votes
0answers
90 views

How to migrate from SQL API code to Google Fusion Table API v1

I have a javascript web mapping application code built using previous SQL API which has been deprecated recently. I also used JSON to give back results. Now I want to migrate to new fusion table API. ...
6
votes
1answer
1k views

Add a OpenStreetMaps road data layer on Google Maps API v3

I've successfully embedded a Google Maps API v3 map on my site, and added OpenStreetMaps (OSM) as the base layer. Is it possible to use Google's tiles as the base layer, and then overlay street data ...
87
votes
14answers
24k views

Comparison of JavaScript mapping libraries?

I am working on a web-based mapping system and I'm trying to figure out the best/most appropriate library to use. There are a few of them about and they each have pros and cons. Even after trying a ...
4
votes
2answers
763 views

JavaScript library to read data from a WFS server?

Is there a JavaScript library available to read data from a WFS server?