All Questions
Tagged with jquery arcgis-maps-sdk-javascript
17 questions
0
votes
1
answer
585
views
How to replace http for https before DOM Construct on load KMZ file with ArcGIS API JS
I have an application and it is loaded with https, this application loads a map with a KMZ file, and the content of that file has external reference to a PNG image that is loaded with http. This ...
1
vote
2
answers
798
views
How to reference jQuery in Javascript API 3.23
I'd like to hookup jQuery in my application to use along side with Dojo just to be able to use animations and a few other styling type of things on my map layout, but am unsure of what the best ...
2
votes
2
answers
262
views
How does the IdentifyTask handle proxy/cross-origin issues?
Background:
I'm trying to perform an Identify against an ArcGIS Server layer, without using the ArcGIS Server JS API, and am running into issues which don't occur when using the ArcGIS Server JS API.
...
1
vote
1
answer
538
views
Display custom fields/content in popup for existing ArcGIS Map API Service
I'm using the ArcGIS Map API "Historic_National_Boundaries_NEW (FeatureServer) > Year_2000" present over here :
API Link
It has two pre-defined fields 'OBJECTID' and 'NAME_2' (for each country) ...
1
vote
1
answer
2k
views
Add and remove map layers using radio buttons
I've struggled to use radio buttons to toggle multiple map service layers. So far it's fine to add but I can't then add another map service and remove the previous at the same time - I just can't ...
2
votes
1
answer
1k
views
Detecting onClick event for clicking Printout button of ArcGIS API for JavaScript?
I am wondering if there is a way to detect when a user clicks the "Printout" link after using the print task in ArcGIS Javascript 3.14. I have set up many custom options in my mapping application ...
1
vote
0
answers
220
views
ESRI addProxyRule causing issues with back button functionality in Firefox
Currently, i'm using the addProxyRule to set up the proxy to be used when calling arcgis. I'm then taking that result and generating a url to take the user to a different part of our site pertaining ...
5
votes
3
answers
2k
views
ArcGIS Javascript API on Wordpress 4.1
SOLUTION: For everyone interested: turned out the solution was moving all files that use DoJo beneath the jQuery UI files, so that jQuery UI is fully loaded before any DoJo stuff loads. Moved them all ...
2
votes
1
answer
1k
views
How to append result to Geocoder text box using ArcGIS JavaScript API?
I want to append result of a custom search in a Geocoder text box in ArcGIS JavaScript API by overriding the default result.
I have written the below code for this, but I am not getting a ...
1
vote
1
answer
2k
views
Why do I have to reload the page, to show the Map correctly?
I added a map, in the way I'm supposed to, but why do I have to reload/refresh the page, to get the map (almost) as I want to? This is, what I mean:
Map before reloading the page:
Map after reloading ...
4
votes
3
answers
1k
views
Make InfoTemplate moveable but still highlight attributes
I’m using the esri/InfoTemplate in the Javascript API to identify features. However, it gets anchored to the mouse click and cannot be moved around.
Based on this answer I used dojo/dnd/Moveable to ...
1
vote
2
answers
750
views
Esri GIS Bookmark but with out a dijit
I need to create a "Bookmark" like drop down on my site.
Inspiration comes from samples:1) http://developers.arcgis.com/javascript/samples/widget_bookmarks_dropdownbutton/ and 2) https://developers....
3
votes
1
answer
2k
views
ArcGIS JS API: Zooming with mouse wheel/double-click forces pan
I have a map that I'm initializing off-screen and sliding in using jQuery. For some reason zooming in with the scroll wheel or by double-clicking causes the map to simultaneously pan down (or pan up ...
2
votes
0
answers
1k
views
Looking for ArcGIS API for javascript and Jquery samples
I'm new in ArcGIS javascript API .I found tons of samples of ArcGIS javascript API and DOJO . it was very interesting for me but i know Jquery and i'd like to use Jquery to develop webgis.Is there ...
2
votes
1
answer
2k
views
call child div function from parent (not using window.opener)
This is a a Javascript/JQuery question that is directly related to the ArcGIS Javascript API...
I have a map div created using a 'data' tag in HTML, which becomes visible on a button click.
(I'll ...