|
POST
|
Thanks Sephe. Never even thought about that in the case of search a string. That worked perfect!
... View more
05-26-2015
05:05 PM
|
0
|
2
|
2297
|
|
POST
|
This is part of a larger python script that is helping classify layers with broken links. It's pretty close to being done, but I decided to break down my large Layer "other" group. No need to get caught up in details (or simplifying syntax) right now, but I need help with the "\arc" and "\region" lines (18 and 21) below. I'm assuming that \a and \r are special characters and therefore not seeing this as a string? I did a search but didn't find a good resource even though I'm sure one exists. I know \n is an issue - new line, but not sure if that is my problem here or not. 1 - where would I find a good list of special character for python; and 2 - how would I do a search for the "\arc" and "\region" strings? if ".shp" in lyr.dataSource: # shapes
elif ".gdb" in lyr.dataSource: # file gdb
lyrType = "Fgdb"
elif ".mdb" in lyr.dataSource: # personal gdb or access file
lyrType = "Pgdb"
elif ".dbf" in lyr.dataSource: # dbase format
lyrType = "Dbf"
elif ".txt" in lyr.dataSource: # text file
lyrType = "Txt"
elif "\polygon" in lyr.dataSource: # coverage polygon features
lyrType = "Cover_poly"
elif "\arc" in lyr.dataSource: # coverage arc features
lyrType = "Cover_arc"
elif "\region" in lyr.dataSource: # coverage region features
lyrType = "Cover_region"
elif "\point" in lyr.dataSource: # coverage point features
lyrType = "Cover_pts"
elif ".sdc" in lyr.dataSource: # shapes
lyrType = "Esri.sdc"
else: # pretty much evrything else includeing fgdb
lyrType = "other" Thanks!
... View more
05-26-2015
04:56 PM
|
0
|
9
|
5531
|
|
POST
|
If you don't have it bookmarked, type in "posting code" in any of the geonet search boxes....it's the post by Curtis Price
... View more
05-26-2015
02:14 PM
|
0
|
0
|
11704
|
|
POST
|
Hi Carlo, No answer for you right now, but just want to point out Posting Code blocks in the new GeoNet For Python, spacing is important, so having the code posted as such will rule out GeoNet messing with the spacing. You can go and edit you post.....and it will help for future posts too.
... View more
05-26-2015
01:52 PM
|
1
|
2
|
11704
|
|
POST
|
Another logical thing to try is to review the FGDB Database properties to make sure it still see it there. It would be goo to check the domain Name, and coded values. Then look at the field properties and make sure it is still assigned correctly. There is nothing in what you said that would indicate that there is a problem with either, but never hurts to check. Never hurts to check the basics, just to rule it out. Just fyi: I have a script that runs periodically that recreates many of my layers and reassigns all the domains. This may be overkill, but I figure that way if I change something, i force it to be updated. I have many fairly complicated domains in my master. I have all my domain files stored in a FGDB, then run thru a few loops using the command arcpy.TableToDomain_management
... View more
05-26-2015
01:42 PM
|
0
|
0
|
1625
|
|
POST
|
Thanks James. I can try to follow up now too since I have the bug number. I figured it (my case) just got lost in the holiday time frame, and since I had a "me: doctor, it hurts when I do this.......doctor: don't do that" workaround, it probably wasn't a high priority. Thanks for following thru on this!
... View more
05-26-2015
12:19 PM
|
0
|
2
|
1702
|
|
POST
|
Here's a good place to start when trying to get back into the JavaScript API ArcGIS API for JavaScript I think that is where the sample Rickey mentions came from, but couldn't find it right off. I would suggest looking at the Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers And if looking there, check out my resource list for it Web AppBuilder Developer Edition – Customization Resource List to find help geting started and installed, many samples, custom widgets, etc. One thing to note, it requires a ArcGIS Online or Portal for ArcGIS access to get started. re: GeoNet. I was reluctant at first for the same reason (i.e. social media look) but it it a very good and very active platform. You can customize it to get as much or little info sent to you as you want. Worth giving it a chance. My opinion.
... View more
05-26-2015
11:30 AM
|
1
|
0
|
875
|
|
POST
|
Case 01587142 created 12/2/14, closed 12/11/14....I sent follow-up email re still having the error with 10.3.0 on 12/16/14, but never heard back. My analyst, before it was close, was Jonathan Q. Let me know if you need any other info, and if they create a bug, make sure they add me to the NIM as having the same problem. Thanks.
... View more
05-26-2015
09:18 AM
|
0
|
4
|
1703
|
|
POST
|
Duarte, It don't know that we talked about this yet, but, although you can'tt see the (javascript) map, etc, you can see most of the folder/service info if you have admin rights thru https://<servername>:6443/arcgis/admin/services or http://<servername>:6080/arcgis/admin/services Depending on whether you have https, even if you have the rest service directory disabled. You would have to be able to log in with admin privileges to see anything, but it will also list the secure folders and services. I had forgot about that option until I needed it this morning. .
... View more
05-26-2015
08:45 AM
|
0
|
3
|
3254
|
|
POST
|
For me, I would rather have a direct solution thru AGS. I don't think our network services folks would be happy with tweaking iis outside of their standard, so probably won't mess with either suggestion, .but if you find a solution, I'll be interested in what you figure out.
... View more
05-25-2015
10:07 AM
|
0
|
0
|
3254
|
|
POST
|
(bump ... Sorry I don't have an answer) it may help to move this to Portal for ArcGIS since it may get more users that use Portal. you should see the option to move the thread in the right column. More info Moving Content
... View more
05-25-2015
09:51 AM
|
0
|
0
|
1786
|
|
DOC
|
hi Karsten, i see the link is to your question of the same name. I think that is a better way to get responses than thus document. I also see you created the question on March 31, and haven't received any responses. I have no solution, but I'll response with a "bump" so it will bring it up to current questions . Then you may want to delete this one. just a suggestion.
... View more
05-25-2015
09:46 AM
|
0
|
0
|
1087
|
|
POST
|
Thanks Karen....looking forward to it. Any chance the myEsri planner for custom planning will be available in the web while we wait for the update on the app?
... View more
05-25-2015
09:33 AM
|
0
|
0
|
3273
|
|
POST
|
Tanya, it's been a couple months since I wrote this, but check out Tips for using the custom LocalLayer widget with WAB-Dev edition And Tips (LocalLayer widgets) for more customization and Updating (may help with others too) Also, if you haven't checked TAPAS DAS post yet, there us a lot of good info here Installing Robert’s Enhanced Search Widget for the Web AppBuilder The title is misleading....much more in the doc than just the enhanced search widget.
... View more
05-25-2015
08:37 AM
|
1
|
2
|
2939
|
|
POST
|
Duarte, so, it seems the "answer" to your question is "no", currently there isn't a way to do this. I did some searching on the ideas page and found what I think we want. Please go and promote it. ArcGIS Idea - Disable REST Services Directory through Web Adaptor You will need to log in to promote it (should be same login as geonet). Maybe others will see this thread and do the same.....Or if it just takes some tweaks somewhere, maybe someone at esri can give us info. There are other interesting ideas in regards to the rest service directory.....a search http://ideas.arcgis.com/apex/ideaSearchResults?s=rest+service+directory&searchButton=search Some good ideas that I can get behind. BTW, I have not installed 10.3.1 yet....so don't know if this has been added or not.
... View more
05-23-2015
04:17 PM
|
0
|
6
|
3254
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-08-2018 08:21 AM | |
| 1 | 10-07-2015 09:48 AM | |
| 1 | 10-25-2015 12:23 PM | |
| 1 | 11-02-2017 09:00 AM | |
| 1 | 11-04-2016 02:11 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-31-2025
04:56 PM
|