Select to view content in your preferred language

http://esri.github.io/#JavaScript and ArcGIS Online

821
3
09-19-2013 06:21 AM
JoseSanchez
Frequent Contributor
Hi all

Can I run these javascript samples with ArcGIS online or do I have to run them locally

http://esri.github.io/#JavaScript

Thanks
0 Kudos
3 Replies
JohnGravois
Deactivated User
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/01w10000005r00...
0 Kudos
JoseSanchez
Frequent Contributor
Yes you answered my question, I wanted to know if it was possible to add as a template one of the application listed in the github after clicking the "Make a Web Application" button.

I was looking for a way to create a web viewer application in JavaScript and upload it in ArcGIS Online. The standard templates do not have all the features I need.

How do you customize an ArcGIs Online application for example showing the list of layers with check boxes and allowing the user to check/un-check them.

Also adding different search criteria, by address, intersection folio, etc
0 Kudos
JohnGravois
Deactivated User
the Tax Parcel Viewer is an example of a hosted application template that already supports search
http://tryitlive.arcgis.com/TaxParcelViewer/

to reiterate what i said before, hosted applications can be configured, but not extended.  if you'd like to write some custom code to extend the functionality of any particular template, you will have download it, write some new code and then host the finished application on your own web server.
0 Kudos