POST
|
Hi. My question is about ArcGIS JS Api. For some reasons I need to run a function which inside the main function from outside of main function. How can I do it? Is there any way to do it? <script> require([ "esri/map", ... "dojo/domReady!" ], function( Map,... ) { var map = new Map("map", { center: [-56.049, 38.485], zoom: 3, basemap: "streets" }); function MyInnerFunction(){ //body of inner funcion } }); //End of the main function MyInnerFunction(); //Run inner function </script>
... View more
02-05-2015
12:00 AM
|
0
|
2
|
3545
|
POST
|
Hello. I want to add additional parameter (lang=en) to my Tiled Map Service URL for display different maps. I have try http://myserver.com/myMapserviceURL/?lang=en for URL. For web application it works. But, android application doesn't display the map. How can I send additional parameter with query in android app?
... View more
08-29-2014
09:27 AM
|
0
|
0
|
1852
|
POST
|
Hello. I want to create a web application for finding an address. I have created a geocode service using ArcGis Server 10.1. But I want that when a user types some characters of address, server offer some variants of correct addresses. What I must do for solving this problem? Must I create an additional web service or geocode service has this functionality? Please help me to solve this problem. Thanks in advance.
... View more
06-07-2014
12:47 PM
|
0
|
2
|
268
|
POST
|
Thanks for your reply. It seems I must use other Api for solve the problem 😞
... View more
05-29-2014
09:04 AM
|
0
|
0
|
9
|
POST
|
Hello everyone. I have develop a little application for android using ArcGIS Runtime SDK for Android. Now, I want to change mapview angle (camera position). There is a solution for Google Maps Android API v2: https://developers.google.com/maps/documentation/android/views Is there any alternative solution in ArcGIS Runtime SDK for Android? How can I solve this problem using ArcGIS Runtime SDK for Android? Thanks in advance.
... View more
05-28-2014
10:07 AM
|
0
|
2
|
4561
|
POST
|
Hello. I'm new in ArcGIS API for JavaScript. I use esri Measurement widget in my application. But I want to edit (translate) widget labels (unit names, result label, ...). Can you help me?
... View more
05-25-2014
09:25 PM
|
0
|
0
|
339
|
POST
|
Hello. I want to create custom edit tools (add point feature, edit point feature and delete point feature) for MapControlApplication. For Polyline feature class I have find this link http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Sample_Editing_using_a_custom_form/00010000007s000000/ But I need code for Point feature class. Can you suggest some sample codes to me?
... View more
01-22-2014
01:02 AM
|
0
|
2
|
1751
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|