|
POST
|
Hi all, What I do not understand very well is how easy is it to customize an existing online marketplace application , for example Esri Insights is a JavaScript-based web app, can I configure or customize it adding buttons, panels and other specific features such as tracing needed in my organization? http://marketplace.arcgis.com/listing.html?id=fef73db0214f4ab9b98b06e645b962f9 Thanks
... View more
09-23-2013
02:55 AM
|
0
|
0
|
1215
|
|
POST
|
Hi all, Is there a way to create a customized version of the ESRI INSIGHTS sample adding specific features realted to my organization. http://marketplace.arcgis.com/listing.html?id=fef73db0214f4ab9b98b06e645b962f9 Regards
... View more
09-23-2013
02:46 AM
|
0
|
1
|
3022
|
|
POST
|
Hi all Can I run these javascript samples with ArcGIS online and customize them or do I have to run them locally http://esri.github.io/#JavaScript Thanks
... View more
09-19-2013
08:48 AM
|
0
|
1
|
2660
|
|
POST
|
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
... View more
09-19-2013
06:21 AM
|
0
|
3
|
1261
|
|
POST
|
This code works: function buildLayerList(layer) {
var infos = layer.layerInfos, info;
var items = [];
for (var i = 0, il = infos.length; i < il; i++) {
info = infos;
if (info.defaultVisibility) {
visible.push(info.id);
}
items = "<input type='checkbox' class='list_item' checked='" + (info.defaultVisibility ? "checked" : "") + "' id='" + info.id + "' onclick='updateLayerVisibility();' /><label for='" + info.id + "'>" + info.name + "</label>";
}
dojo.byId("layer_list").innerHTML = items.join();
// layer.setVisibleLayers(visible);
// map.addLayer(layer);
}
function getMapLayers() {
alert(myMap.layerIds.length);
for (var j = 0, jl = myMap.layerIds.length; j < jl; j++) {
var currentLayer = myMap.getLayer(myMap.layerIds );
buildLayerList(currentLayer)
// alert("id: " + currentLayer.id + ", visible: " + currentLayer.visible + ", opacity: " + currentLayer.opacity);
}
}
... View more
09-18-2013
06:37 AM
|
1
|
0
|
4049
|
|
POST
|
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
... View more
09-17-2013
10:44 AM
|
0
|
0
|
955
|
|
POST
|
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?
... View more
09-12-2013
09:43 AM
|
0
|
3
|
3470
|
|
POST
|
Hi Ken, We have an application developed with .Net Web ADF and are considering different options to migrate the application to a 10.1 or higher platform: - rewrite the web application in JavasScript - use ArcGIsOnline web templates, reuse any out of the box features and add code for specific functionalities Thanks Jose
... View more
09-11-2013
09:51 AM
|
0
|
0
|
669
|
|
POST
|
hi all How ease is to customize ArcGIS Online applications with JavaScript? Why choose an ArcGIS online solution versus a local JavaScript solution? Thanks
... View more
09-09-2013
11:47 AM
|
0
|
2
|
1036
|
|
POST
|
Hi all In the old Web ADF .Net projects the web config stores information such as key parameters used by the application. how is the web config handle in JavaScript platforms? Thanks
... View more
09-06-2013
10:04 AM
|
0
|
1
|
737
|
|
POST
|
Hi all I customized this sample pointing "basemap" to one of my local map services that has several layers http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jssamples_start.htm The function getMapLayers shows only one layer not all of them. function getMapLayers() { alert(myMap.layerIds.length); for (var j = 0, jl = myMap.layerIds.length; j < jl; j++) { var currentLayer = myMap.getLayer(myMap.layerIds ); alert("id: " + currentLayer.id + ", visible: " + currentLayer.visible + ", opacity: " + currentLayer.opacity); } } Is there any other sample that list all the layers in map service and adds them to a drop down box thanks
... View more
09-06-2013
09:57 AM
|
0
|
3
|
13692
|
|
POST
|
Yes, want I want to do is to create an object that works like the switch map but using my own maps services instead of a base map. Can it be called a theme switcher Are there any source code samples that explain how to : Create a TitlePane instance. Create a ContentPane instance that sits inside the TitlePane. Add your maps to the content pane. Define onClick event handler for each map view item that the map will switch to. thanks
... View more
09-06-2013
06:10 AM
|
0
|
0
|
1420
|
|
POST
|
VS 2010 https://developers.arcgis.com/en/javascript/jsapi/api_codeassist.html
... View more
09-05-2013
05:25 AM
|
0
|
0
|
1582
|
|
POST
|
Check this sample and download it http://www.arcgis.com/home/item.html?id=9b6280a6bfb0430f8d1ebc969276b109 http://www.arcgis.com/sharing/rest/content/items/6e816dab9ea243608ef02236c113a8b4/data
... View more
09-05-2013
04:56 AM
|
0
|
0
|
1204
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|