|
POST
|
im not positive i understand your question, but an ArcGIS for Organizations account doesn't allow you to push any custom application you want up to the cloud for hosting. it only allows you to publish from the always increasing number of web mapping application templates. Publishing applications from web maps http://resources.arcgis.com/en/help/main/10.2/#/Publishing_applications_from_web_maps/01w10000005r000000/
... View more
09-20-2013
07:40 AM
|
0
|
0
|
815
|
|
POST
|
maybe Patrick already understands this, but i thought i'd belabor the point anyway... the inclusion of the specific module 'dojo/ready' is not actually resolving this problem, rather correcting the correspondence between the order of the AMD loaded modules and their respective callback function arguments. because Patrick originally inserted an argument alias into the require callback function called 'ready' directly after 'map', the order of argument aliases was interpreted to equate 'locator' with the graphic module rather than the tasks/locator module. in short, if you intend to refer to a module with an alias, make sure the alias order corresponds with the module order. if you don't intend to refer to the module in your code directly, place it later in the list than all named modules (including a space is a good idea too).
... View more
09-18-2013
08:09 AM
|
0
|
0
|
1420
|
|
POST
|
i just ran a quick test and patrick is right on the money. this makes sense because you are handling the navigation yourself rather than relying on the widget to do it for you.
... View more
09-16-2013
08:26 AM
|
0
|
0
|
1164
|
|
POST
|
for MapImageLayer, you don't have to dig into the information stored within the image manually. the API will handle reading the information for you as long as the georeferenced image is inside the extent of the map and in the same spatial reference.
... View more
09-16-2013
08:02 AM
|
0
|
0
|
5003
|
|
POST
|
you need to add the hosted feature service as a data layer in your webmap. What layers can you add to your map? http://resources.arcgis.com/en/help/arcgisonline/index.html#/What_layers_can_you_add_to_your_map/010q0000009v000000/
... View more
09-13-2013
12:07 PM
|
0
|
0
|
1535
|
|
POST
|
there are no markers in the side panel of your map because your webmap doesn't contain any hosted feature services. please review my comments above to resolve that problem.
... View more
09-13-2013
11:05 AM
|
0
|
0
|
1535
|
|
POST
|
i understand the problem now. you are displaying CSV data in your webmap, but this is not the same thing as converting CSV data to be a hosted feature service. please follow the steps in the article i linked to above (called "Publishing a hosted feature service using a shapefile or CSV file"), and add that new data source to your webmap instead of adding the CSV content directly. hosted feature services are editable from within web applications. dynamically drawn CSV data is not.
... View more
09-13-2013
10:58 AM
|
0
|
0
|
1535
|
|
POST
|
it definitely looks like its shared, but when i attempt to open the page i am redirected to sign in. i wasn't able to reproduce this behavior with my own publicly shared webmap.
... View more
09-13-2013
10:44 AM
|
0
|
0
|
3127
|
|
POST
|
i can't see your webmap because it doesnt appear to shared publicly. i understand your requirement, but i guess i still understand your exact question. are you asking whether you can do this? the answer is definitely yes, but if you want to incorporate 'search' and editing into the same app you are going to have to write some code because i'm not aware of a template that already does all the exact things you are looking for.
... View more
09-13-2013
09:41 AM
|
0
|
0
|
3127
|
|
POST
|
thanks for the clarification. i didn't understand at first that you were referring to creating a subscription account to ArcGIS Online. the steps i linked to previously are specific to users running ArcGIS Server onsite. if you have an ArcGIS Online subscription account (but no ArcGIS Desktop software installed) you can still follow the steps below to publish a 'hosted' feature service with the same capablities. Publishing a hosted feature service using a shapefile or CSV file http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q0000006m000000 afterward, you can either write your own custom javascript application referencing the service or use the online templates to author a webmap and use ArcGIS Online to host your app as well. About authoring webmaps http://resources.arcgis.com/en/help/arcgisonline/index.html#/About_authoring_web_maps/010q0000009p000000/ Sharing web applications http://resources.arcgis.com/en/help/arcgisonline/index.html#/Sharing_web_applications/010q0000002m000000/
... View more
09-13-2013
08:01 AM
|
0
|
0
|
3127
|
|
POST
|
thanks for taking the time to share how you wired your event handler and passed the result point geometry in a call to map.centerAndZoom(). nice work!
... View more
09-12-2013
09:18 AM
|
0
|
0
|
1164
|
|
POST
|
hi Chiru, it might be helpful to check out this online tutorial: Performing web editing using data from an enterprise geodatabase http://resources.arcgis.com/en/help/main/10.2/#/Tutorial_Performing_web_editing_using_data_from_an_enterprise_geodatabase/0154000005mm000000/
... View more
09-12-2013
07:31 AM
|
0
|
0
|
3127
|
|
POST
|
hi vinay. you do not have to install the web adaptor in order to work with a proxy.
... View more
09-12-2013
07:27 AM
|
0
|
0
|
620
|
|
POST
|
please check out this thread for an answer to that question.
... View more
09-12-2013
07:25 AM
|
0
|
2
|
1535
|
|
POST
|
my understanding is that this is a current limitation of the API with respect to client-side graphics.
... View more
09-12-2013
07:22 AM
|
0
|
0
|
675
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-16-2014 02:35 PM | |
| 1 | 03-15-2013 04:25 PM | |
| 1 | 06-01-2016 10:51 AM | |
| 1 | 12-28-2015 04:46 PM | |
| 1 | 12-28-2015 05:26 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|