|
POST
|
If I'm not mistaken, when you uploaded your shapefile initially you had the option to have it become a hosted feature service or just store it as a shapefile. If you go into 'My Contents' in AGOL you should see your shapefile stored there, along with the feature service you posted a picture of. If you click on the shapefile you have the option to download it again. As well, when you packaged it up in a compressed folder from your computer and uploaded it to AGOL the original shapefile should still be on your computer and accessible. Just because it was uploaded to AGOL doesn't mean it does not exist on your computer any longer. Since he created that layer with a free account, he is not able to download it.
... View more
02-28-2014
08:37 AM
|
0
|
0
|
1921
|
|
POST
|
Since your paid organizational account comes with customer support, I would contact them.
... View more
02-28-2014
03:54 AM
|
0
|
0
|
1921
|
|
POST
|
Do you have an organizational account? You can only download feature services with an organizational account.
... View more
02-28-2014
03:50 AM
|
0
|
0
|
1921
|
|
POST
|
Jack, You can right-click the buffer tool in your toolbox and choose "batch" to apply the same buffer too all your layers. Tim
... View more
02-26-2014
07:07 AM
|
0
|
0
|
618
|
|
POST
|
Would this file just need to be added to a server that has IIS in the following location: \\ServerName\c$\inetpub\wwwroot in order to have a simple working web application? Exactly, just like the Flex application.
... View more
02-26-2014
06:48 AM
|
0
|
0
|
2475
|
|
POST
|
Jake, this is exactly what I was looking for! Thanks, Tim
... View more
02-26-2014
05:40 AM
|
0
|
0
|
1025
|
|
POST
|
Hey everybody, I am have the following map, that creates a point on load. Now I would like to add a popup box that is already opened on load, where I can put an address in. So when the map loads it shows a point with an open popup box pointing to the point. What is the best way to do that? Here is my code: <!DOCTYPE html> <html> <head> <title>Create a Map</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"> <link rel="stylesheet" href="http://js.arcgis.com/3.8/js/dojo/dijit/themes/claro/claro.css"> <link rel="stylesheet" href="http://js.arcgis.com/3.8/js/esri/css/esri.css"> <style> html, body, #mapDiv{ padding: 0; margin: 0; height: 100%; } </style> <script src="http://js.arcgis.com/3.8/"></script> <script> var map; require([ "esri/map", "esri/symbols/SimpleMarkerSymbol", "esri/symbols/SimpleLineSymbol", "dojo/_base/Color", "esri/geometry/Point", "esri/graphic", "dojo/on", "dojo/dom", "dojo/domReady!" ], function( Map, SimpleMarkerSymbol, SimpleLineSymbol, Color, Point, Graphic, on, dom ) { map = new Map("mapDiv", { center: [-80.719892, 28.303518], zoom: 16, basemap: "topo" }); on(map, "load", addGraphic); var sfs = new SimpleMarkerSymbol(SimpleMarkerSymbol.STYLE_SQUARE, 10, new SimpleLineSymbol(SimpleLineSymbol.STYLE_SOLID, new Color([255,0,0]), 1), new Color([0,255,0,0.25]) ) function addGraphic(){ var singlePoint = new Point([-80.719892, 28.303518]) var gra = new Graphic(singlePoint,sfs); map.graphics.add(gra); } }); </script> </head> <body class="claro"> <div id="mapDiv"></div> </body> </html> Thanks! Tim
... View more
02-26-2014
04:50 AM
|
0
|
2
|
1371
|
|
POST
|
No problem, let me know if you need anything else and don't forget to mark the post that answered your question by clicking the grey checkmark to the right of it 😉
... View more
02-26-2014
03:37 AM
|
0
|
0
|
1533
|
|
POST
|
Jack, Use the buffer tool with all your existing features and as distance choose 1000m. This will create a buffer polygon around your features. Once you buffered all layers, the space on your map that is not occupied by a buffer polygon is what you are looking for. Hope this helps! Tim
... View more
02-26-2014
03:10 AM
|
0
|
0
|
618
|
|
POST
|
Is nothing working or certain features are not working?
... View more
02-25-2014
05:56 AM
|
0
|
0
|
1615
|
|
POST
|
Anne, I have written an article about it for the ArcUser magazine, if you need some pointers. Tim
... View more
02-25-2014
04:23 AM
|
0
|
0
|
2757
|
|
POST
|
Stephanie, you can always add data via a delimited text file (.txt) or comma-separated values text file (.csv) as outlined here. You don't need ArcGIS Desktop for that and you can do it with the free ArcGIS Online account. Hope this helps! Tim
... View more
02-25-2014
03:40 AM
|
0
|
0
|
1533
|
|
POST
|
For automation, I would recommend attribute assistant.
... View more
02-25-2014
03:25 AM
|
0
|
0
|
2757
|
|
POST
|
If you want your own symbology and if you have an ArcGIS organizational account/developer account, you can do the following in ArcGIS Desktop. Open your mxd with the shapefile you want to upload. Symbolize the shapefile like you want it to look once uploaded. After that do the following. Click on "File" -> "Sign in..." and sign into your organizational account. Click on "File" -> "Share As" -> "Share as Service" -> "Publish a service" Choose My Hosted Services (My Account) and as Service name use for example Auto_Data In the Capabilities tab uncheck Tiled Mapping and check Feature Access. In the Item Description tab fill in the required fields. Once you are done with that, click on Publish. This will upload your shapefile as a feature service. Now in your content you can create a map from that.
... View more
02-25-2014
03:20 AM
|
0
|
0
|
1533
|
|
POST
|
I don't know how ArcGIS Online was handled in ArcGIS Desktop versions before 10.1
... View more
02-24-2014
08:44 AM
|
0
|
0
|
1684
|
| 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
|