first, sorry for my bad english, i'll try my best. Ich have went through all steps of creating a webmap by using the shortlist template. I am running an apache webserver on my local machine (win 7) and it is working fine. For testing i changed the webmapid in the index file to "bb54c07ecd3d43e8bf5fce2875df30f6". I am quite sure that everthing is set fine (sharing the ressources, attributes of shapefile...) When i am trying to start the webmap by localhost in firefox nothing happens and the firebug console is "TypeError: _layerCurrent is undefined http://localhost/ Line 452". I am really desperated to run the map. Who has an idea?
Your web map: http://www.arcgis.com/home/item.html?id=bb54c07ecd3d43e8bf5fce2875df30f6 won't work in the Shortlist template because it is using a feature service. The Shortlist only supports shapefiles (uploaded into the web map directly as a zip files) or CSV files (uploaded into the web map directly) for the point layers that define the different tabs. So your shortlist will work fine if you, for example, export your ArcMap layer to a shapefile from ArcMap (or maybe you already have the shapefile because you started off with a shapefile).
Thanks Rupert for your answer. Without using the feature services as a source it is now working fine. The problem was that i had uploaded the shapes in advance through the "add contents" interface and the shapefiles were automatically converted into feature services. But i still have one problem. Is it not possible to use a foreign tile map source as an basemap? Error: base-map could not be loaded
Is there an entry in ArcGIS Online for the basemap that you are using in your web map. In other words, what did you add into your web map in order to make that your basemap?
Thanks Oliver, and thanks for raising this issue here on the forum: It looks like the Shortlist app template code needs updating in order to point at a more recent version of our Javascript API in order to support tiled layer basemaps like the one your map is using. Try making a copy of the folder you've downloaded the Shortlist template into, and in the index.html file in that copy, update the following three lines of code:
We believe it your Shortlist will work if you make those three changes.
Sorry about the issue.
PS. It may be a bit hard to see the numbered symbols against that basemap you are using because it is quite colorful. One thing you could do is to apply a transparency to that basemap layer in your web map to lighten the basemap a little bit.
Thanks Rupert, the webmap is working fine now. And now after testing the functionallity i am going to make my map much more beautiful. Especially i will try to implemenet some special features. Thank you for your patience.
I am so pleased that is working now, and we'll update our code so that other people using the new tiled layers for their basemaps don't run into the same issue.
And just to let you and other Shortlist users know, today we updated the Shortlist zip file to release an update to the template. You can download the update from the Shortlist section of the new Story Maps website: http://storymaps.arcgis.com/en/app-list/shortlist/
This release includes the fix that we showed you how to do manually above to update the JavaScript API version number that the Shortlist uses. This release includes some additional fixes as follows:
a) fixes the bug where there was a bad screen refresh at the bottom of the screen when you maximized your web browser.
b) fixes the bug where if you opened a Shortlist and immediately pressed the home button, the map extent would shift a little.
c) allows authors for the first time to add supporting point layers in their maps. Previously you could only add line or polygon supporting layers into your map, because all point layers were used to define tabs. There's a new configuration parameter in the Index.html that lets you specify which point layers, if any, you want to be displayed on the map as supporting layers that do not define tabs. For example, you may want to add a point feature onto your Shortlist representing a convention center or a set of points representing transit stations, and allow users to click on these to get more information. So you can now do that. Use any of the CSV files or shapefiles in the Shortlist /Samples folders as a template for your point layer(s), add the point layer(s) into your web map, and then enter the name of the layer(s) in the new configuration parameter you'll see in the Index.html called: POINT_LAYERS_NOT_TO_BE_SHOWN_AS_TABS. For example, in this Phoenix Shortlist, zoom in on the urban areas http://storymaps.esri.com/stories/shortlist-phoenix/ and the transit stations appear as supporting point features.