|
POST
|
Thanks a lot Ian! Geocoder works like expected now. Would you happen to know how to set the zoom level when an address is selected? And yes, I am located in Cedar Rapids, working for Linn County. It's a small world! Cool, i had a fun time in Cedar Rapids. To set the zoom level you can try adding this to zoomScale: 400, to the js\modules\utils.js around line 83. here is some additional info on it. https://developers.arcgis.com/javascript/jsapi/geocoder.html#zoomscale
... View more
03-19-2014
08:21 AM
|
0
|
0
|
5813
|
|
POST
|
Do I need to replace any values I currently have? Hi Matt, the singleLineFieldName should match the value your geocode server is expecting. On your server the value is 'Single Line Input'. So in your code it should look like this: singleLineFieldName: "Single Line Input", Are you located in Cedar Rapids? I worked in the great america building for 6 years.
... View more
03-18-2014
07:04 AM
|
0
|
0
|
5813
|
|
POST
|
There is a place within the commonConfig.js file to enter a URL for a geocode service, however when I enter ours, the search box disappears. Try defining the singleLineFieldName and setting placefinding to true as in this example. [ATTACH=CONFIG]32221[/ATTACH]
... View more
03-16-2014
09:30 AM
|
0
|
0
|
5813
|
|
POST
|
Here is some code that will allow you to add the editor toolbar to the basic viewer. We are going to make this a configurable option in the future.Here's what you have to do. In layout.css add the following: .esriDrawingToolbar{ position:absolute; top:0px; right:0px; left:0px; border:none !important; margin-bottom:40px; } Then in layout.js replace the existing createEditor function with this one: function createEditor() { if (editorWidget) { return; } if (editLayers.length > 0) { var editLayerInfo = editLayers; var templateLayers = dojo.map(editLayers, function (layer) { return layer.featureLayer; }); //add field infos if applicable - this will contain hints if defined in the popup. Also added logic to hide fields that have visible = false. The popup takes //care of this for the info window but not for the edit window. dojo.forEach(editLayerInfo, function (layer) { if (layer.featureLayer && layer.featureLayer.infoTemplate && layer.featureLayer.infoTemplate.info && layer.featureLayer.infoTemplate.info.fieldInfos) { //only display visible fields var fields = layer.featureLayer.infoTemplate.info.fieldInfos; var fieldInfos = []; dojo.forEach(fields, function (field) { if (field.visible) { fieldInfos.push(field); } }); layer.fieldInfos = fieldInfos; } }); var editPanelHeight = dojo.style(dojo.byId("leftPane"), "height"); var templatePicker = new esri.dijit.editing.TemplatePicker({ featureLayers: templateLayers, showTooltip: false, rows: "auto", columns: "auto", style: "height:" + editPanelHeight + "px;width:" + (parseInt(configOptions.leftpanewidth) - 10) + "px;" }, dojo.create("div",{},"editPanel")); templatePicker.startup(); var params = { map: map, templatePicker:templatePicker, layerInfos: editLayerInfo, toolbarVisible: true }; editorWidget = new esri.dijit.editing.Editor({settings: params}, dojo.create("div",{ id:"editDiv" },"editPanel" )); editorWidget.startup(); disablePopups(); } }
... View more
01-17-2014
07:15 AM
|
0
|
0
|
1707
|
|
POST
|
I've seen these map examples with Elevation Profiles. http://www.arcgis.com/home/webmap/viewer.html?webmap=a865df88e5744ee5a0daa76d2ca4385b http://www.arcgis.com/home/item.html?id=b9d247c297f144459854751740f59f68 Does anyone know how this was done or have an idea of how I could achieve this for my organization? Thanks in advance The easiest way to build an elevation profile map for you organization would probably be to use this application template. http://www.arcgis.com/apps/Elevations/index.html To publish your own app, sign in to arcgis.com, open the web map you would like to publish in the map viewer, then Share > Make Web Application > Elevation Profile > Publish
... View more
01-16-2014
07:04 AM
|
0
|
1
|
1046
|
|
POST
|
Hey Guys, I would like to combine two templates provided by ESRI. The basic template and the editor template. Does anyone know how do go about doing this and where do I start. Any guideline and direction will be greatly appreciated. Thanks. The basic viewer template already supports editing. Is there something else that you like about the editor template that the Basic Viewer is missing?
... View more
01-10-2014
12:51 PM
|
0
|
0
|
1707
|
|
POST
|
based on what you are describing, it sounds like you need to modify the helperServices section of the config/commonConfig.js file to include the singleLineFieldName, and set placefinding to true. here is an example: geocode: [{url: location.protocol + "//<yourserver>/arcgis/rest/services/GEOCODE/GeocodeServer", name: "Test Geocoder", singleLineFieldName: "SingleLine", placefinding: true }]
... View more
01-09-2014
08:26 AM
|
0
|
0
|
1493
|
|
POST
|
after closing the measurement widget yo can't do no more edits beacuse you can only open the popup in view mode. Based on your description of the popup only being able to open in view mode, my first thought is that the feature service you are working is configured to only allow create feature and thus does not have updated feature enabled. Can you check that the service properties to confirm that it has update enable?
... View more
10-22-2013
08:11 AM
|
0
|
0
|
762
|
|
POST
|
Yes, both the Search and Help buttons are missing from our hosted Parcel Viewer Apps. We contacted tech support this morning about this issue and they are investigating. We have a fix for this tested and it should be deployed and available by tomorrow morning.
... View more
09-19-2013
08:42 AM
|
0
|
0
|
993
|
|
POST
|
Based on the developer console error ( in chrome press ctrl+shift+I) it looks like your assumption is correct. I can reproduce what you are seeing and for me the solution was to fully qualify the domain of the server. for example my server would be on the esri.com domain so if your server was on the same domain as mine, the url you would add to the webmap would be: http://ndbc-vgis.esri.com:6080/arcgis/rest/services/NDBC/Bin_Routes_Sept13/MapServer/
... View more
09-19-2013
08:14 AM
|
0
|
0
|
2285
|
|
POST
|
I"m glad to hear you were able to resolve the problem.
... View more
08-07-2013
10:49 AM
|
0
|
0
|
1553
|
|
POST
|
I have noticed the past two days that the social media web app doesn't seem to work? I tried to create a new map and nothing works. However, I am able to create maps using other templates using the same data. It is working for me. Can you provide some additional details about what you are trying to accomplish? What browser are you using? When you say the social media app doesn't work, what behavior are you experiencing (does the map load, but flickr/twitter feeds don't load, etc)? Can you share the data or webmap, or perhaps describe any details about the data that you are working with?
... View more
08-07-2013
08:36 AM
|
0
|
0
|
1553
|
|
POST
|
I have configured my attributes for my Pop-Up (for a short field) to not display the 1000 Separator. This change is saved and works beautifuly in my web map. I see the attribute 2008. Hi Deanna, Are you saving the webmap between inspecting the attributes and creating the application? i can reproduce what you are seeing if i do not save the map between saving the popup configuration and making the app. When I create a Web Application, using the Basic Viewer template, the comma appears and the user sees 2,008 when in editing. Here is the workflow that is successful for me. 1) open your webmap and click configure popup for the appropriate layer 2) on the popup properties page click configure attributes, select the appropriate field and uncheck 'use 1000 separator', click save popup 3) save your map 4) share > as web mapping application
... View more
06-17-2013
02:18 PM
|
0
|
0
|
789
|
|
POST
|
Tabbed Storytelling - the splash screen image and text, title, and tab names do not reflect the text input from the configuration. This is a known issue and has been fixed for the June release of arcgis.com 3-Way Map Viewer - This app no longer displays any parts of the underlying webmap(s) which included Bing basemaps before the "Bing phase-out", even though the webmap (with Bing) can still be viewed itself without issues. It appears there is a breakdown in between the webmap and the web app. This issue with the 3 way viewer template has also been fixed for June. Part of the 'Bing phase out' involved 'grandfathering' existing webmaps with Bing that were create or modified before the change in Bing support took place. That is why the webmap (with bing) is still viewable outside of the template.
... View more
05-22-2013
09:28 AM
|
0
|
0
|
1119
|
|
POST
|
When using the Compare Web Maps App in IE 10, the sync maps functionality doesn't work when panning. It works fine when you zoom in, zoom out, or double click on the map but not when panning around the map. It works fine in Chrome. Is this a bug or a limitation of IE 10? Yes, that looks like a bug. I'm also see that the sync of the maps doesn't occur if you use the arrow keys to pan in other browsers. Also, it would be nice to be able to set the sync options to be "on" by default for this app as well as having the side-by-side viewers default to the legend tab. Any chance those are enhancements that will be added at some point? I will log an enhancement to allow configuration of the default options for the app. I'm also unable to change the title of this app from the default "Compare Web Maps" title. I've entered a custom title using both IE 10 and Chrome and neither attempt was successful in changing the title of the app. Is this a bug? This is a known issue that has been fixed and will be included in the June release of arcgis.com.
... View more
05-16-2013
01:28 PM
|
0
|
5
|
2328
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-19-2015 09:20 PM | |
| 1 | 04-03-2019 10:05 AM | |
| 3 | 09-19-2018 10:35 AM | |
| 1 | 09-19-2018 11:49 AM | |
| 1 | 09-19-2018 10:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|