|
POST
|
Jamie, You would have to have 2 files for that. I would just keep the file as it is and add the from/to's. Our street centerline is like yours, meaning it isn't always a full line between intersection, and our geocoder works just fine. Tim
... View more
04-24-2014
12:23 PM
|
0
|
0
|
3290
|
|
POST
|
David, at the moment this is not possible. The only thing you can do is host it on a server and then link to it, as shown here. Tim
... View more
04-24-2014
10:53 AM
|
1
|
0
|
2336
|
|
POST
|
Did you try and project it into Web Mercator, which is used by ArcGIS Online?
... View more
04-24-2014
09:10 AM
|
0
|
0
|
474
|
|
POST
|
Jay this should clear up a lot of your questions. In addition, since all modules are loaded at the beginning, the order doesn't matter, as long as you keep the order in your require([]) the same as in your following function() and put "dojo/domReady!" last in your require([]) list. Tim
... View more
04-24-2014
04:55 AM
|
0
|
0
|
1128
|
|
POST
|
Luis, this is the code I use, to add checkboxes and to show a legend. Maybe it can be useful to you: //Add the Legend map.on("layers-add-result", function (evt) { var layerInfo = array.map(evt.layers, function (layer, index) { return { layer: layer.layer, title: layer.layer.name }; }); if (layerInfo.length > 0) { var legendDijit = new Legend({ map: map, layerInfos: layerInfo }, "legendDiv"); legendDijit.startup(); } //Add check boxes array.forEach(layerInfo, function (layer) { var layerName = layer.title; var checkBox = new CheckBox({ name: "checkBox" + layer.layer.id, value: layer.layer.id, checked: layer.layer.visible, onChange: function (evt) { var clayer = map.getLayer(this.value); clayer.setVisibility(!clayer.visible); this.checked = clayer.visible; } }); //Add the check box and label to the TOC domConstruct.place(checkBox.domNode, "layersDiv", "after"); var checkLabel = domConstruct.create('label', { 'for': checkBox.name, innerHTML: layerName }, checkBox.domNode, "after"); domConstruct.place("<br />", checkLabel, "after"); }); Tim
... View more
04-22-2014
04:27 AM
|
0
|
0
|
874
|
|
POST
|
Aynur, what version of ArcGIS Desktop are you using? Tim
... View more
04-22-2014
04:16 AM
|
0
|
0
|
33808
|
|
POST
|
You won't be able to do this with a free account. Once you have one of the mentioned accounts, you will be able to download layers as shapefiles (your own layers). In this example, you would be able to click on the little triangle (under Layers, next to DAMAGE_ASSESSMENT_)
... View more
04-17-2014
10:19 AM
|
0
|
0
|
2228
|
|
POST
|
As I said, sign up for a developer account to be able to explore all functionalitys. Please don't forget to mark the thread answered by clicking the grey check mark to the right of the post that answered it 🙂
... View more
04-17-2014
10:12 AM
|
0
|
0
|
2228
|
|
POST
|
If you have an organizational (paid) or developer account, you will be able to upload feature services and use them in your maps. You can't download "maps", since ArcGIS Online is an interactive application. However you can download those feature services, which you can use in your desktop application. The only way to get a static image is the way i showed you. I hope this makes more sense.
... View more
04-17-2014
10:06 AM
|
0
|
0
|
2228
|
|
POST
|
Helga, for your purpose, just open the map (click your link and then click on the picture of the map http://www.arcgis.com/home/item.html?id=1628c609be574711964ddb988da16cda ) and on the upper right click print. This will open a new browser window with your map. Now you can right-click your map and choose "Save Image As..." This will save it as a PNG. Hope this helps! Tim
... View more
04-17-2014
09:59 AM
|
0
|
0
|
2228
|
|
POST
|
Helga, what do you mean by downloading it? The layers that are in your map? If your institution owns these licenses, they are entitled to 1 free organizational account per license they own. You can also sign up for a developer account, which gives you full capabilities. Tim
... View more
04-17-2014
09:29 AM
|
0
|
0
|
2228
|
|
POST
|
Andy, you should be able to edit attributes, but I don't know if you are able to add new fields. Worth a try though 😉 Tim
... View more
04-17-2014
06:38 AM
|
0
|
0
|
875
|
|
POST
|
Andy, the answer in this post should be able to help you. Tim
... View more
04-17-2014
05:13 AM
|
0
|
0
|
875
|
|
POST
|
Luci, I know functionallity has changed since this seminar was recorded, but it talks about Portal for ArcGIS and the collector app. Hope this helps! Tim
... View more
04-17-2014
04:56 AM
|
0
|
0
|
1120
|
|
POST
|
Good morning! Are all of those shapefiles of the same type (i.e. all are polygons or all are points)? You can't merge shapefiles of different kinds. Tim
... View more
04-17-2014
04:08 AM
|
0
|
0
|
3010
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-25-2013 07:58 AM | |
| 1 | 03-06-2014 06:03 AM | |
| 4 | 12-09-2013 03:25 AM | |
| 1 | 04-16-2014 04:11 AM | |
| 1 | 04-24-2014 10:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|