|
POST
|
any way to define a query for a shapefile that's been uploaded to the webmap?
... View more
12-08-2011
06:20 AM
|
0
|
0
|
718
|
|
POST
|
hey mike- thanks again for your help! For a webapp newbie, it can get quite confusing, but the SW user conf. really summed things up: 1. Flex/Silverlight web viewer apps are free to download, they enable you to configure a custom website viewer in the language of your choosing. -the viewer connects to SERVICES only, so, you either have to use freely provided data/imagery services from ArcGIS online, OR have an installation of ArcGIS for Server 2. You can also create a basic map using the ArcGIS explorer or web viewer via ArcGIS Online. There is one slight advantage to using ArcGIS Online; you can upload .zipped shapefiles to your map. Otherwise, ArcGIS for Server is required. 3. If your not liking the ArcGIS Explorer or web view maps from ArcGIS online, you can create the share button while on the map, and use a template. This template can be downloaded to your local server and hosted, OR can remain on ArcGIS Online.
... View more
11-22-2011
04:03 AM
|
0
|
0
|
3353
|
|
POST
|
i think i found out why I wasn't able to access my arcgis.com webmap from a template on our local webserver....yesterday at the esri SWUG I found out that only silverlight viewers have the ability to login to esri global acct, to access private web maps. how...i'm going to a tech. workshop today on silverlight to find out! thanks again Mike!
... View more
11-17-2011
04:25 AM
|
0
|
0
|
3353
|
|
POST
|
hi mike- As far as I could tell, the 8th post in that thread just refers to access secure (https) arcgis-server services, not private services on ArcGIS online.
... View more
11-16-2011
02:43 AM
|
0
|
0
|
3353
|
|
POST
|
since joins/relates are not supported for .shp files uploaded to arcgis online, can anyone point me in the direction of accessing the external data? It would be easy to include a URL in the .shp attribute table that accesses an external script that in-turn queries a database, but the results would be displayed outside the popup window; in a browser window. Anyway to put the results inside the pop-up window? thanks!
... View more
11-15-2011
02:33 PM
|
0
|
1
|
2290
|
|
POST
|
Have a map saved on arcgis online that has a few shapefiles added to it. This map is only viewable to a private group, not the public. Is there any way to reference this map 'service' from a template on our webserver? I'm able to successfully view a public map service from ArcGIS online by copying the public mapid and inserting it into the template index.html. I also tried to generate a token as explained in this guide, and was able to get the username/password login when accessing the template, but all username/password entries fail? http://help.arcgis.com/en/arcgismobile/10.0/apis/iphone/AppGuide/Maps.pdf is this even possible? thanks! ps. sorry for double-posting the issue, but the other thread was referring to https (SSL) secure ArcGIS Server resources.
... View more
11-15-2011
10:46 AM
|
0
|
10
|
8793
|
|
POST
|
thanks mike. However, i'm not connecting to any secure ArcGIS Server services, I just added all layers to the map via .zip shapefile. I'm trying to connect to the Arcgis.com map that i have saved, (shared with a private group) from a custom template I have on our webserver. I understand this is accomplished with tokens but i'm not able to get it to work.
... View more
11-10-2011
12:13 PM
|
0
|
0
|
2888
|
|
POST
|
any update on this? I have a non-public map saved on arcgis.com. i generated a token using the following url: https://www.arcgis.com/sharing/generateToken?f=json&request=gettoken&username=MYUSERNAME&password=MYPASSWORD&Referer=MYUSERNAME token = ttttttttttttttttttttttttttttttttttttttttt I then found the ItemID of my non-public map. ItemID = xxxxxxxxxxxxxxxxxxxxxxxxxx I am able to view the json using this url: http://www.arcgis.com/sharing/content/items/xxxxxxxxxxxxxxxxxxxxxxxxxx/data?f=pjson&token=ttttttttttttttttttttttttttttttttttttttttt I downloaded the chrome legend map template from here and installed it on our webserver: http://www.arcgis.com/home/item.html?id=c9f1750f9b9f496ca7df16fa31870145 I can view the default webmap when pointing to our webserver's URL. If I open the template .html file and alter the webmap setting, to point to a different, publicly available map, it works great. However, when I alter the webmap setting in the .html to the following: xxxxxxxxxxxxxxxxxxxxxxxxxx/data?f=pjson&token=ttttttttttttttttttttttttttttttttttttttttt I get a login box, of which i enter my arcgis.com username/password, (same that was used to generate the token) and it just says 'username/password invalid' any ideas?? thanks!
... View more
11-10-2011
09:04 AM
|
0
|
0
|
2888
|
|
POST
|
thanks! confirmed. If I create a new feat. dataset with smaller tolerance, (0.0000000089 degrees) then import the feat. classes, no self intersections are found. Too bad you can't set tolerances; going to have to recreate thousands of feat. datasets; then import the feat. classes.
... View more
06-08-2011
05:21 AM
|
0
|
0
|
8355
|
|
POST
|
more info.... If I create a new feat. dataset, then import the feat. class that contains self intersections, and re-run check geometry; no errors are reported! Could someone explain?
... View more
06-07-2011
09:30 AM
|
0
|
0
|
8355
|
|
POST
|
Several thousand polygon feat. classes contain geometry problems, almost all self intersections. I need to repair the self intersections for a variety of reasons: 1. negative area calculations 2. I need to remove all arc segments from all features; to do so with only an ArcView license, I have to run shape_density.cal, (/www.ian-ko.com) on shape field. With geom. issues this does not run correctly. 3. Oracle database that features are being loaded into checks for geom. issues After a self intersection(s) is identified, the repair geom. tool is ran. However, the resulting features differs significantly from the original feature. I understand the self intersections polys are dissolved...any way to correct this? i.e. repair geometry but not significantly alter the feature? I attached an image of the original feature and after the geom. had been repaired. thanks
... View more
06-07-2011
09:07 AM
|
0
|
7
|
15965
|
|
POST
|
thanks Jake. Yeah, unfortunately, most of the feat. classes I need to check are polygons
... View more
06-06-2011
05:18 AM
|
0
|
0
|
1987
|
|
POST
|
not the most elegant solution, but to calc. geometries of an unprojected feat. class, I ended up: projecting feat. class - output to temp.gdb calculated geometry of temp feat. class make feat. layer of temp feat. class join temp feat. layer "OBJECTID" ----- with ----- original feat. class "OBJECTID" calc field of orig. feat. class with the calculated geometries
... View more
06-03-2011
01:00 PM
|
0
|
0
|
544
|
|
POST
|
depending on how many gdb's you have, this can be done in ArcMap...manually. 1. Start with a new ArcMap document, then double click on 'layers' in the table of contents 2. in data frame properties, go to coordinate system tab/ predefined/ geographic coor system/world/wgs84 3. hit "ok, then "yes" on the warning 4. add your feat classes 5. create 2 new fields, named 'lat' and 'long' 6. right click on the field and choose 'calc geometry' 7. select 'y coordinate of a point' then select 'use coordinate system of the dataframe' units 'decimal degrees' 8. you now have a column of latitude coordinates. 9. do the same for 'long' field. remember, x measures distance E/W of Prime Meridian, y measures N/S of equator
... View more
06-03-2011
12:53 PM
|
1
|
0
|
3830
|
|
POST
|
humm, created 2 polygons inside a feat. class. OBJECTID = 1 was created using the "end arc point segment tool" and OBJECTID = 2 was created using the "straight line segment" tool. Ran this script: fclist = gp.listfeatureclasses("arc_test*")
for fc in fclist:
rows = gp.searchcursor(fc)
row = rows.next()
while row:
typ = row.Shape
geom = str(typ.centroid.X)
print row.getvalue("OBJECTID"), geom
truegeom = str(typ.truecentroid.X)
print row.getvalue("OBJECTID"), truegeom
row = rows.next() Here is the output: 1 -93.0638463269 1 -93.0638463269 2 -93.0635589449 2 -93.0635589449 both geom & truegeom are the same, for both polygons, even though 1 of them contains an arc segment??
... View more
06-03-2011
09:36 AM
|
0
|
0
|
1987
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-02-2024 04:44 PM | |
| 1 | 11-04-2025 11:45 AM | |
| 1 | 10-31-2025 06:53 AM | |
| 1 | 02-06-2019 06:41 AM | |
| 1 | 02-18-2025 11:55 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-07-2026
07:13 AM
|