|
POST
|
Were you referencing the proxy in your config.json?
... View more
10-01-2015
01:41 PM
|
0
|
0
|
1141
|
|
DOC
|
Overview Park and Recreation Finder is a configuration of ArcGIS and a JavaScript application that allows citizens to locate park and recreation opportunities in their community from a smartphone, tablet, and desktop computer. Park and Recreation Finder is typically used by parks departments, planning departments, facilities departments, or other local government organizations responsible for managing parks and recreation activities. This application provides access to the organization 24 hours a day, seven days a week, and typically supplements customer service phone numbers staffed by these organizations. The Parks and Recreation finder is now listed as "Mature Support" which, as far as I can tell, means they aren't doing any further development on it. If you would like a copy you can find the download link here. The official download page (in case the direct link doesn't work) is located at Esri Accounts. It will require the correct login, as will the download link above. Local Government Model Layer(s) The Park and Recreation Finder implements the following layers. ReferenceData > Park FacilitiesStreets > Trail Working Installs The following entities have setup and currently manage a working install of this Local Government Solution. Tulsa Parks Finder The City of Tulsa Parks department worked closely with our GIS group in IT in providing, and managing the data underlying this map. Please enter your link here
... View more
10-01-2015
12:47 PM
|
0
|
0
|
2056
|
|
POST
|
On a side note... once you get the issues worked out would you mind if I added your setup in a group I've propped up? I created a doc that will hopefully have a list of successful configurations of this solutions so that hopefully these kinds of problems can get corrected. My Government Services (MGS) Check it out once you get your issue solved. This is for both Shawny Ekadis, daniel moore... I've been working with both the WAB and ArcGIS LGM Solutions for a bit now and I'm seeing a serious trend of similar issues. I want to try to bring all of these answers together to make them easier for future adopters. It would also HOPEFULLY get answers a lot more quickly.
... View more
10-01-2015
11:43 AM
|
0
|
0
|
1141
|
|
POST
|
It seems like this could be one of a couple issues... Since it is saying it can't connect to a server... have you checked: Your Proxy (if you're using one) Your WebAdaptor (did it get upgraded as well?) : DOCUMENTATION Your MXD (have you re-shared it as a service?) This assumes you did what we did. Collect almost all layers (except ones utilized by other web maps) into a single MXD and publish it as a service. Your IT Firewalls (We had all sorts of fun with the web guys restricting certain protocols, ports, etc.) This is where I would start.
... View more
10-01-2015
11:40 AM
|
0
|
0
|
3047
|
|
DOC
|
Overview MGS (My Government Services) is a configuration of ArcGIS and a JavaScript application that helps residents locate a government facility and obtain information about curbside and drop-off services provided by a government agency in their community from a smartphone, tablet, and desktop computer. MGS is typically used by residents in a community, but it can be used by visitors to locate a library or post office near them. This application provides access to the organization 24 hours a day, seven days a week, and typically supplements customer service phone numbers staffed by these organizations. The My Government Services solution is still supported and undergoing development (as of 02OCT15). If you would like a copy you find the download link here. The official download page (in case the direct link doesn't work) is located at Esri Accounts. It will require the correct login, as will the download link above. Local Government Model Layer(s) ReferenceData > RailroadStation ReferenceData > RecyclingFacility ReferenceData > PublicWork ReferenceData > Museum ReferenceData > CommunityCenter ReferenceData > PostOffice ReferenceData > Library ReferenceData > PoliceStation ReferenceData > FireStation InfrastructureOperations > piBoundary > SUBTYPEFIELD = Trash Pickup (0) InfrastructureOperations > piBoundary > SUBTYPEFIELD = Recycling Pickup (1) InfrastructureOperations > piBoundary > SUBTYPEFIELD = Street Cleaning (3) InfrastructureOperations > piBoundary > SUBTYPEFIELD = Yard Waste Pickup (2) Working Installs The following entities have setup and currently manage a working install of this Local Government Solution. Tulsa Community Services This solution is focused less on 'government' services and more on community services. This particular adaptation of the MGS was the focus of a presentation at the SCAUG 2015 Conference at the Moore Norman Tech Center. Hunterdon County Local Services Locator
... View more
10-01-2015
10:56 AM
|
0
|
0
|
2632
|
|
POST
|
I can't access the REST service for Street Cleaning. Are these shared publicly?
... View more
10-01-2015
10:51 AM
|
0
|
2
|
3047
|
|
POST
|
I feel like each solution should have it's own group. We propped up the app and had no end of minor issues. After it was all said and done the problems we dealt with were laughable, but hindsight makes many things ridiculous. lol http://maps.cityoftulsa.org/tulsacommunityservices What problems are you having?
... View more
10-01-2015
09:20 AM
|
0
|
3
|
3047
|
|
POST
|
Yes it is. I've read everything I can get my hands on. Nothing even shows this error I'm getting?! It's really frustrating. I try to avoid filing a ticket whenever I can because if I can find the answer it sticks in my head better that way... but ugh. I'm about to make a call...
... View more
10-01-2015
09:14 AM
|
0
|
0
|
1938
|
|
POST
|
I was so hopeful. I mimic'd your layout above almost exactly (obviously used my url's instead). \wwwroot\DotNet\proxy.config <ProxyConfig allowedReferers="*" mustMatch="true">
<serverUrls>
<serverUrl url="http://services.arcgisonline.com" matchAll="true"/>
<serverUrl url="http://MyInternalOnlyServer" matchAll="true" />
<serverUrl url="http://maps.cityoftulsa.org" matchAll="true" />
<serverUrl url="http://cityoftulsa.maps.arcgis.com"
username="myUsername"
password="myPassword"
matchAll="true" />
</serverUrls>
</ProxyConfig> \wwwroot\WebAppName\config.json "wabVersion":"1.3",
"isTemplateApp":false,
"isWebTier":false,
"httpProxy":{
"useProxy":true,
"alwaysUseProxy":false,
"url" : "/DotNet/proxy.ashx",
"rules":[
"urlPrefix" : "http://cityoftulsa.maps.arcgis.com/",
"proxyUrl":"/DotNet/proxy.ashx"
]
}, And I still get this... I just feel like this would be easier if I worked for Naperville... lol.
... View more
10-01-2015
06:06 AM
|
3
|
2
|
4383
|
|
POST
|
So at this point I have followed the directions from this post EXACTLY. Now I'm getting a whitescreen, with a frowny face, and the words : Unable to create map: Unexpected token : So I feel like I am closer to a solution...
... View more
09-29-2015
02:29 PM
|
0
|
20
|
4383
|
|
POST
|
What settings in your proxy allow this kind of access Robert? I am trying to mimic this EXACT workflow and hitting continuous roadblocks! Can you share your proxy settings? Something? I'm beyond frustrated at this point.
... View more
09-29-2015
02:12 PM
|
0
|
0
|
4257
|
|
POST
|
So you have configured a proxy to avoid having the user login to access AGOL secured services? I need to know how to do to this! Would you care to share how?
... View more
09-29-2015
02:09 PM
|
0
|
2
|
1538
|
|
POST
|
<serverUrl url="http://localhost url to my map here" clientID="My Id Here" clientSecret="My Secret Here" matchAll="true"> </serverUrl> {error: {code: 403,message:"403 - Forbidden: Access is denied.",details:[message:"Current proxy configuration settings do not allow requests which do not include a referer header."]}} I'm banging my head against the keyboard at this point. Proxies make zero sense... I've created my application at developer.arcgis... I've installed (and tested) my proxy... I've propped up my WAB created map on our internal web server... EVERYTIME I OPEN THE MAP I GET THE REQUEST FOR AGOL USER CREDENTIALS! I'm losing my mind... time to get eat lunch...
... View more
09-29-2015
12:29 PM
|
0
|
0
|
4383
|
|
POST
|
So one last question... How do I put the AGOL username in the proxy? Am I pointing the <serverUrl url=" " /> to AGOL or My Map? And am I putting this in proxy.config?
... View more
09-28-2015
02:23 PM
|
0
|
1
|
4383
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2015 08:51 AM | |
| 1 | 06-02-2016 02:00 PM | |
| 1 | 10-09-2015 07:43 AM | |
| 1 | 10-09-2015 09:42 AM | |
| 1 | 02-09-2016 07:10 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|