Select to view content in your preferred language

How to customzie an ArcGIS Online Web Viewer

2790
3
09-12-2013 09:43 AM
JoseSanchez
Frequent Contributor
Hi all

I am looking for a web template where I can add customized code or set up the the following features:

??? Toolbar with the following buttons:
o Zoom in , Zoom Out, Pan, Zoom Full Extent, Previous Extent, Next Extent
o Select by Point, Select By Rectangle, By Polygon, by Circle,
o Buffer, Measure, Overview
o Find by address, Intersection
o Tracing, Printing, Help

??? Base map toolbar, shows custom maps instead of Esri base maps
??? Map section, shows map, overview window, loading map image, popup results window
??? Right panel
o Layers list, interactive when check/uncheck layer maps refreshes
o Legend

??? Multi search floating panel, search by address, intersection, folio, etc,


Could it be done adding JavaScript coce to the online template?
Tags (2)
0 Kudos
3 Replies
AllanLaframboise
Frequent Contributor
If you "really" need to put all of that functionality into one single app, you could share out a number of templates and apps and then combine the source.  Or if you could just build a custom app with our ArcGIS JavaScript API.  The widgets will make things pretty easy.  If at all possible I would recommend building out smaller more focused apps.

AL
0 Kudos
AllanLaframboise
Frequent Contributor
Here's an example of a viewer with most of the functionality you are after.

https://github.com/DavidSpriggs/ConfigurableViewerJSAPI

AL
0 Kudos
JoseSanchez
Frequent Contributor
Hi Al,

What I do not understand is how do I run this template? Could it be load in ArcGIs Online and how, or does it run locally inside the enterprise intranet?

I can run int locally but the goal is to run it on the cloud (ArcGIs Online).
Thanks



Here's an example of a viewer with most of the functionality you are after.

https://github.com/DavidSpriggs/ConfigurableViewerJSAPI

AL
0 Kudos