|
POST
|
I am publishing the service from ArcGIS 10.1 SP1 for Desktop - Advanced, when I look at the rest service on ArcGIS.com it says: { "currentVersion" : 10.21, "serviceDescription" : "StreetLight Project", "hasVersionedData" : false, "supportsDisconnectedEditing" : false, "hasStaticData" : false, "maxRecordCount" : 1000, "supportedQueryFormats" : "JSON", "capabilities" : "Create,Delete,Query,Update,Editing,Extract,Sync", "description" : "StreetLight Project", "copyrightText" : "", "spatialReference" : { "wkid" : 102660, "latestWkid" : 2238 }, Thanks, Luci
... View more
04-16-2014
03:35 AM
|
0
|
0
|
1154
|
|
POST
|
I have several text fields in my data. All show up as text boxes when I go to edit a point EXCEPT for the one text field that I am using for symbology of the points. When I edit that text field, it shows up like it is a "domain" or "subtype" and not a text field. Any ideas? Thanks, Luci
... View more
04-15-2014
01:29 PM
|
0
|
20
|
4214
|
|
POST
|
Hello, I have been attempting to get the javascript 3.8 api Directions Widget to use .NET proxy for logging in to our "Paid" subscription and have not had any luck. The example at: https://developers.arcgis.com/javascript/jssamples/widget_directions_basic.html talks about This sample uses a helper method, added at v3.4, that defines a proxy for a set of resources. In this example all requests to route.arcgis.com are routed to the specified proxy url. esri.addProxyRule({ urlPrefix: "route.arcgis.com", proxyUrl: "/sproxy" }); For demonstration purposes this sample uses a proxy that has been setup to use app logins and OAuth2 so you aren't required to log-in with an ArcGIS Online organizational subscription to run the sample. So, I know that someone somewhere must have been able to get this to work. Anyone know how they are doing it? I have tried everything.... My current Proxy was downloaded from GitHub with a date of 3/17/2014. My current proxy.config file looks like <?xml version="1.0" encoding="utf-8" ?> <ProxyConfig allowedReferers="*" mustMatch="false"> <serverUrls> <serverUrl url="http://gis.fwb.org/" matchAll="true"/> <serverUrl url="http://route.arcgis.com" clientId="pertinent ID is here" clientSecret="pertinent Secret is here" oauth2Endpoint="https://www.arcgis.com/sharing/oauth2/token" rateLimit=600 rateLimitPeriod=600 matchAll="true"> </serverUrl> <serverUrl url="http://services.arcgisonline.com" clientId="pertinent ID is here" clientSecret="pertinent Secret is here" oauth2Endpoint="https://www.arcgis.com/sharing/oauth2/token" rateLimit=600 rateLimitPeriod=600 matchAll="true"/> </serverUrls> </ProxyConfig> When I open my web page, the Sign In dialog appears for the Directions Widget. If I cancel the Sign In and let the web page finish loading, then attempt to get Route Directions, I am given a 500 Internal Server Error with a message '600' unexpected token. Any and all help will be greatly appreciated. Thanks, Luci
... View more
03-17-2014
05:36 AM
|
0
|
1
|
1027
|
|
POST
|
Hey, Can you upload a sample of your config.js file? I had the same problem and I forgot what I did to fix it 😕 Make sure your config.js is formatted properly. See example below of part of the activities code section: //Activities to be displayed in info window for a feature Activities: [{ FieldName: "${RESTROOM}", Alias: "Restrooms Available", Image: "images/restrooms.png", isSelected: true }, { FieldName: "${ADACOMPLY}", Alias: "ADA Compliant", Image: "images/ada compliant.png" }, { FieldName: "${SWIMMING}", Alias: "Swimming", Image: "images/swimming.png" }, { FieldName: "${HIKING}", Alias: "Hiking", Image: "images/hiking.png" }, { Thanks, Luci
... View more
03-11-2014
04:35 AM
|
0
|
0
|
1545
|
|
POST
|
Hey, This is part of a csv I used to upload data to ArcGIS.com "OBJECTID","Park_Type","COMMENTS","Park_Address","Park_Name","X","Y" 1,"SPCL PURPOSE"," ","109 MIRACLE STRIP PKWY SW","MUNICIPAL AUDITORIUM",-86.620833,30.405421 2,"COMMUNITY","","126 JET DR NW","BMX/SKATEBOARD PARK",-86.622751,30.413969 Put the " quote marks around text values and add an "OBJECTID" field and number your points also. It will probably work then. Hope this helps, Luci
... View more
02-18-2014
03:21 AM
|
0
|
0
|
820
|
|
POST
|
Hi Ivan, You should have a "Header" row in your excel spreadsheet so you can tell ArcMap which column is X and Y and they should NOT have any spaces. X Coord - will fail as a column label in your Header row because of the space between X and Coord XCoord - will be fine Thanks, Luci
... View more
02-17-2014
10:40 AM
|
0
|
0
|
820
|
|
POST
|
I had to enable "Feature Access" under "Capabilities of my map service, which then creates a "FeatureServer" service to get the new version of Park Finder to work. It would not use my "MapServer" service. In the config.js file: // Configure operational layers: //URL used for doing query task on the feature layer FacilityLayer: "http://yourserver/arcgis/rest/services/Parks/FeatureServer/0", Notice the line above is now asking for a "FeatureServer" service. Hope this helps, Luci
... View more
02-13-2014
09:55 AM
|
0
|
0
|
658
|
|
POST
|
What basemap are you loading? Is your FacilityLayer a "FeatureServer" or "MapServer" service? Thanks, Luci
... View more
02-13-2014
09:44 AM
|
0
|
0
|
658
|
|
POST
|
Hey, What version did you download? Is it Park Finder or Place Finder? Does it have a config.txt or a config.js? Thanks, Luci
... View more
02-13-2014
09:28 AM
|
0
|
0
|
658
|
|
POST
|
Hi, I had the same problem with my identify routine. I added the code below that checks to see if the measurement widget is being used before proceeding with identify. I got it from an example and it works well. function runIdentifies(evt) { measureMode = dojo.query(".esriButton .dijitButtonNode").some(function(node, index, arr) { if (node.childNodes[0].checked) { //at least one of the measure tools is active so disable identify return true; } }); if (!measureMode) { ...rest of the code follows.. Hope it helps. Luci
... View more
02-13-2014
04:52 AM
|
1
|
0
|
674
|
|
POST
|
Hello, I have downloaded both Park Finder 10.2 and Place Finder 10.2 from GitHub. Both produce the same error when a search is performed using "Name" or "Activity". In the "Search Results" div, they both return for example: Park Name(6,544.29 miles approx) In the "Directions" div, they both have Total distance: 5.54 miles(s) Where is it coming up with that figure next to the park name in the "Search Results" div? The distance is correct when you search by "Location". I noticed that the example at http://tryitlive.arcgis.com/ParksFinder/ has removed the distance in question from that div when a search by Name or Activity is used. Was that due to this same bug? Anyone with any insight? [ATTACH=CONFIG]30469[/ATTACH] Thanks in advance! Luci
... View more
01-13-2014
10:54 AM
|
0
|
2
|
3640
|
|
POST
|
Thanks Steve, I have played around with the CSS some and it is better but I still have some tweaking to do. Thanks again, Luci
... View more
11-27-2013
05:20 AM
|
0
|
0
|
724
|
|
POST
|
I am trying to create a mobile website and am using the agsjs TOC v2.09 The TOC works fine in my other website but it is not displaying correctly in my mobile one. The "Labels" are displaying underneath the checkboxes. Anyone have any hints or tricks? Not sure if it is a CSS or JS problem with the version of jquery.mobile-1.3.2.min.css I am using. [ATTACH=CONFIG]29359[/ATTACH] The website is under construction and can be found at: http://gis.fwb.org/GISmobile/default.html Thank you, Luci
... View more
11-26-2013
05:33 AM
|
0
|
2
|
1223
|
|
POST
|
<?xml version="1.0" ?> <configuration> <title>PIN: {PIN}</title> <fields> <field name="PIN"></field> <field name="OWNER_NAME" alias="Owner Name" visible="true"></field> <field name="ADDRESS_1" alias="Owner Address1" visible="true"></field> <field name="ADDRESS_2" alias="Owner Address2"></field> <field name="ADDRESS_3" alias="Owner Address3" visible="true"></field> <field name="CITY_NAME" alias="City Name" visible="true"></field> <field name="ST" alias="State" visible="true"></field> <field name="ZIPCODE" alias="Zip Code" visible="true"></field> <field name="USEDESC" alias="Use Description" visible="true"></field> <field name="BLDGCNT" alias="Number of Buildings" visible="true"></field> <field name="XFOBCNT" alias="Number of Extra Features on Parcel" visible="true"></field> <field name="SALEDT1" alias="Latest Sale Date" visible="true"> <format dateformat="year" usethousandsseparator="false" useutc="true"/> </field> <field name="SALEADJ1" alias="Latest Sale Price" visible="true"></field> <field name="B_AYB" alias="Building Year Built" visible="true"> <format dateformat="year" usethousandsseparator="false" useutc="true"/> </field> <field name="GIS_ACRE" alias="GIS Parcel Acreage" visible="true"></field> <field name="LEGL1" alias="Legal Description" visible="true"></field> <field name="LEGL2" alias="Legal Description Cont'd" visible="true"></field> <field name="LEGL3" alias="Legal Description Cont'd" visible="true"></field> </fields> <medias> <media type="image" imagesource="assets/images/OCPropAppSeal.png" width="8" height="8" imagelink = "http://www.qpublic.net/cgi-bin/okaloosa_display.cgi?KEY={PIN}"></media> </medias> <showattachments>FALSE</showattachments> </configuration> The above is our popup for our parcel map which has a hyperlink to the property appraiser website for their property card. Hope this helps.. Luci
... View more
11-18-2013
10:25 AM
|
0
|
0
|
2141
|
|
POST
|
Hi Danor, I am still using arc server 10.1 with flexviewer 3.2 and my popups sped up when I formatted them a bit different. I was using the <description><![CDATA..... to enter the information in the popup. Once I figured out how to properly fill in the <media type... to show my hyperlinks, I quit using the <description> tag and they sped up. On another note, when we first went to 10.1, we had a major slow down but that was because of the issue of using "Geometry" as the spatial type for feature classes. In 10.1, "Geometry" is the default and is much slower than "SDEBinary". Once we changed every feature class to SDEBinary, everything sped up. Thanks, Luci
... View more
11-18-2013
07:00 AM
|
0
|
0
|
2141
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-04-2023 06:49 AM | |
| 1 | 09-29-2014 01:05 PM | |
| 1 | 11-30-2015 10:09 AM | |
| 1 | 02-09-2015 01:56 PM | |
| 1 | 12-30-2014 05:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-04-2023
10:56 PM
|