|
POST
|
Ray, Please don't forget to also mark the post as answered, regards Anthony
... View more
01-06-2015
12:00 PM
|
0
|
1
|
1969
|
|
POST
|
Roy, if your coordinates are geographic (lat/long) you need to use a geographic projection. Under geographic-world-wgs84 regards anthony
... View more
01-06-2015
11:50 AM
|
1
|
4
|
1969
|
|
POST
|
Karolina, A few questions you have to ask yourself are: 1. Do you have the ability to host your own application on your own server, or do you want to use ArcGIS Online to host the application. 2. Do you want the application to be responsive to different devices (desktop, mobile etc..) 3. If so, do you have the programming skills required to develop your app. If you are unsure the best place to start would be to have a look at the different pre built apps available with ArcGIS online: Create apps from maps—ArcGIS Online Help | ArcGIS If you feel you would like a little more control over the application try using the new web app builder: Web AppBuilder for ArcGIS | ArcGIS If this still doesn't work for you and you want total control over the app and you have the ability to host the application on your own server, then you can take the source code from the majority of the apps available and code to your hearts content: Esri · GitHub There are also other good starting points for building you own out there, such as David Spriggs configurable viewer: cmv/cmv-app · GitHub A good thread with JavaScript resources can be found here: Building Applications Using the ArcGIS API for JavaScript Resources Hope this helps Anthony
... View more
01-06-2015
03:25 AM
|
1
|
0
|
1400
|
|
POST
|
Russel, If your code is just a python file (.py) you can just set up a windows scheduled task to run it: Scheduling a task - Windows Help
... View more
01-05-2015
11:56 AM
|
2
|
0
|
871
|
|
POST
|
Meg, The file you are looking for is called SignInWindow.mxml it's part of the api download. Under ags/skins/supportClasses Regards Anthony
... View more
01-05-2015
11:43 AM
|
0
|
1
|
880
|
|
POST
|
Alex, the add X Y Coordinates Tool may be of use: ArcGIS Help 10.1 If you are only updating a single file it should be pretty simple to create a stand alone Python file (.py) that you can call from a windows scheduled task at what ever time interval you like (could be at the end of each day). if you want to update multiple files then you would need to combine the code with Xanders to loop through all of your feature classes in a folder. Regards Anthony
... View more
01-03-2015
09:26 AM
|
1
|
0
|
5099
|
|
POST
|
That is ArcMap just warning you that all your layers in the data frame are not in the same projection. It's advisable to have all your layers projected the same but not compulsory so don't worry.
... View more
01-02-2015
06:06 AM
|
0
|
0
|
1617
|
|
POST
|
Robert, There is a good list of resources on this post here: Building Applications Using the ArcGIS API for JavaScript Resources Regards Anthony
... View more
01-01-2015
11:44 AM
|
0
|
0
|
585
|
|
POST
|
Patrick, The tour points are made up from icons held in the markers folder, by default you are limited to Red, purple, green and blue. If you want extra icons you will have to create them yourself and add them into the code (this will of course also mean you have to host the application on your own server). There are some extra icons (colours and numbers) available for download here: https://raw.github.com/Esri/map-tour-storytelling-template-js/master/misc/Numbered_marker_symbol_sets.zip http://links.esri.com/storymaps/numbered_marker_symbols i have not had chance to look into the code but I would guess you need to add another folder with the icon colour you want, say, orange, then number each icon the same way as they are numbered in the other folders. In the main config use the colour orange and I presume the url to the icon is then dynamically built. Have a look at the js file here to try and work out how it is done: map-tour-storytelling-template-js/maptour-config.js at 2b35676c40e3358ac32d28e737f2dceadfd8626b · Esri/map-tour-storytel… Regards Anthony
... View more
01-01-2015
06:26 AM
|
2
|
0
|
1520
|
|
POST
|
Ruttia, you are best to reproject the shapefile to a projected coordinate system for your area, see help here: ArcGIS Desktop Help 9.3 - project (data management) Regards Anthony
... View more
01-01-2015
06:06 AM
|
2
|
2
|
1617
|
|
POST
|
No you don't have to use OAuth security with the flex viewer, you can have your application totally open if you don't want users to log in, or you can use Arcgis servers in built security store, see the help here: ArcGIS Help (10.2, 10.2.1, and 10.2.2)
... View more
12-31-2014
10:28 AM
|
1
|
1
|
1293
|
|
POST
|
Janie, You will have no issues using the flex viewer 3.7 with server 10.2.1. Just so that you are aware the JS web app builder requires you to use a web map id from either arcgis portal or AGOL. So if you want to use it with server 10.2.1 completely offline from the Internet you will need to install portal on your own server. Regards Anthony
... View more
12-31-2014
09:55 AM
|
1
|
3
|
1293
|
|
POST
|
Melissa, Are you using the flex viewer or creating your own app using the api. For the viewer, see the help here: ArcGIS Viewer for Flex For the api see this help: com.esri.ags.virtualearth.VETiledLayer Regards Anthony
... View more
12-23-2014
08:54 AM
|
0
|
0
|
847
|
|
POST
|
Wu, not tested but does this work: for (i=1;i<myResults.length; i++){ value0 = myResults.goods_id; value1 = myResults.goods_type; value2 = myResults.image_url; this["image" + i].source = value2; }
... View more
12-23-2014
12:24 AM
|
0
|
1
|
941
|
|
POST
|
Marc, Have you tried using the old style buffer wizard, I find it out performs the buffer tools in the toolbox. To add the Buffer Wizard to ArcMap, go to Tools > Customize > Commands tab. In the Categories window on the left, scroll down and select Tools. From the Commands window on the right, select the Buffer Wizard tool, then drag and drop the tool onto any toolbar displayed in the ArcMap window. Worth a try Anthony
... View more
12-22-2014
12:18 PM
|
0
|
2
|
6238
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-01-2016 01:57 PM | |
| 1 | 02-04-2013 01:05 AM | |
| 1 | 04-11-2013 09:53 PM | |
| 1 | 04-03-2013 09:42 AM | |
| 1 | 07-25-2014 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|