|
POST
|
What we used was a custom CSS file. In it we targeted the offending style and overlaid what we were wanting with it. Then in the index.html we referenced that CSS file LAST (of all CSS files) so that the rule we created would overwrite the other one... with minor intrusions into the Application.
... View more
09-28-2015
01:21 PM
|
0
|
0
|
1628
|
|
POST
|
Ohhhhhhh... I need to prop up this proxy on my Internal only server... then ALL of my internal only maps would use it... right?
... View more
09-28-2015
01:13 PM
|
1
|
3
|
4392
|
|
POST
|
I got it installed and running. Just tested it. What I'm trying to figure out is, in my case where I have a webmap that is internal only... I have already propped up the webmap internally. But whenever it's accessed it asks for AGOL login credentials. I want that to stop... but I don't want those AGOL login credentials to fire for every webmap that we run (both internal and external) so is there some way to target THIS APP to use those credentials? Used to, the proxy was inside the application directory structure... having the Proxy be a service running on the outside leaves me scratching my head as to how to access it via app. Granted, MOST OF MY WEB MAPS will not even use it. But it's theoretically possible that one app would use one credentials and one app would use another. So I'm assuming I have to trigger this individual access through the proxy... but as I've never used a stand-alone proxy I'm a little confused and I'm not seeing anything on GITHub about it.
... View more
09-28-2015
01:11 PM
|
0
|
0
|
5225
|
|
POST
|
So would I create a new proxy.ashx file for each app?
... View more
09-28-2015
01:04 PM
|
1
|
6
|
5225
|
|
POST
|
That's what I'm trying to find out. What layer does the ESN / PSAP go in? Under the SiteAddressPoint, there is a field called ESN PSAP. I accidentally said DOMAIN when I meant FIELD. I'll correct that now.
... View more
09-28-2015
10:16 AM
|
0
|
1
|
1260
|
|
POST
|
So I'm working with our group trying to get the LGM further integrated and I was presented with a statement. "The LGM doesn't appear to be E-911 ready. There is no Streets, ESN, PSAP nor Cell Towers in it." Well, I am slowly accumulating the LGM into my brain piece by piece so I was able to declare that all of those are, in fact, in the LGM. When I got back to my desk I verified that I was right... but then I also discovered that I'm confused. Streets In the LGM there are multiple locations for streets... ( I don't even know how to approach THAT situation simply ) RoadCenterline Street StreetFunctionalClass StreetSpeedLimit StreetLaneWidth StreetNumberLane StreetOwnership StreetPavementType StreetSnowroute StreetTruckRoute Cell Towers Cell Towers are covered by FacilitySitePoint > SUBTYPEFIELD > 880 (Information and Communication) > "Communication Tower" ESN / PSAP ESN's and PSAP's are a Field entry... so my question becomes, where are they pulled from?! Is there an LGM Feature Class (polygon) of these boundaries? Message was edited by: Brian O'keefe > I had incorrectly stated that ESN and PSAP were 'DOMAIN' entries when I meant 'FIELD' entries.
... View more
09-28-2015
09:07 AM
|
0
|
3
|
3766
|
|
POST
|
I've been all over the WAB Proxy settings and can't make hide nor hair. There isn't an ASHX file anymore. Where would one add the username/password to a proxy?
... View more
09-28-2015
07:36 AM
|
0
|
10
|
5225
|
|
POST
|
I remember back with another web map I was able to configure a proxy with a username / password that bypassed AGOL logins. Is this no longer an option?
... View more
09-25-2015
09:26 AM
|
0
|
12
|
5225
|
|
POST
|
So we have a webmap that is INTERNAL ONLY. We have to build the 'ArcGIS' map side online, then using WAB build the web map, prop it up on our internal server, and now it's asking for AGOL sign on. This is supposed to be used by Field Crews?! They will 'never' have AGOL accounts... what is the proper workflow for a situation like this?
... View more
09-25-2015
08:36 AM
|
8
|
91
|
41189
|
|
POST
|
We actually abandoned that direction and went a different way. Chaya Balsiger knows more about it than I do. She's the one that adopted that project. I was just helping cause I do web.
... View more
09-25-2015
08:27 AM
|
0
|
0
|
1006
|
|
POST
|
I thought I remember seeing something like this before and I'm hoping someone can verify that it exists and provide me a link or a reference of some kind. We have a spreadsheet. Each row is a location. The spreadsheet has a column/field with an ID #. What we would like to do is give user X a web map (WAB Created) where we can reference that spreadsheet and allow the user to select a row and create a point feature per row. Workflow: Open Web Map Select Row from sheet Find Location Place point Go to 2 and continue Again, I "faintly" remember seeing something like in a video/conference/blog/article/dream/vision/etc somewhere so it might be a slightly modified memory. If you have any ideas along this line it would be appreciated as well.
... View more
09-24-2015
07:11 AM
|
0
|
0
|
2300
|
|
POST
|
When I was hired part of my hiring meant I adopted some old Flex maps. I've been trying to get WAB versions created but "work." So... I have one map. It's internal so I can only show screen shots. But our 911 people use it. It has one "custom" widget that I can't find documentation on ANYWHERE. I'm hoping that if I show some screen shots and some of the config.xml for it I can trigger someone to say, "Yeah! I know that one. I can help you!" (and while I'm wishing on a star let's throw in a bucket of money too) Anyway... here is the XML configuration for it... <?xml version="1.0" ?> <configuration> <locator>http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer</locator> <keepinspectoractive>true</keepinspectoractive> <usesearchextent>true</usesearchextent> <minscore>40</minscore> <zoomscale>10000</zoomscale> <pointunits> <pointunit abbr="wgs84dms" example="85-50-1.45 W, 33-39-10.99 N" wkid="4326" xlabel="Longitude:" ylabel="Latitude:">DMS (WGS84)</pointunit> <pointunit abbr="map" example="-9555431.36, 3982180.11" wkid="102100" xlabel="Easting (X):" ylabel="Northing (Y):">Map</pointunit> <pointunit abbr="spal" example="656036.27, 1147053.29" wkid="102629" xlabel="Easting (X):" ylabel="Northing (Y):">NAD83 AL East (SP Feet)</pointunit> <pointunit abbr="wgs84dd" example="-85.8337, 33.6531" wkid="4326" xlabel="Longitude:" ylabel="Latitude:">Decimal Degrees (WGS84)</pointunit> <pointunit abbr="wgs84dm" example="85-50 W, 33-39 N" wkid="4326" xlabel="Longitude:" ylabel="Latitude:">DM (WGS84)</pointunit> <pointunit abbr="utm16n" example="608140.63, 3724298.41" wkid="26916" xlabel="X:" ylabel="Y:">NAD 1983 UTM 16N</pointunit> </pointunits> <labels> <descriptionlabel>Use the inspect address tool to click on the map and locate the address:</descriptionlabel> </labels> <symbols> <geopicturemarkersymbol url="widgets/eLocate/assets/images/i_house.png" height="30" width="30" xoffset="0" yoffset="0" angle="0"/> <coordpicturemarkersymbol url="assets/images/i_pin.png" height="30" width="30" xoffset="0" yoffset="0" angle="0"/> </symbols> <initialview>coordinates</initialview> </configuration> and the screenshot for it is here... If I can find a WAB version of this then I think it might be easier to recreate this map in WAB with this widget. Which is basically all they use this map for, to find a location based on a series of coordinate systems. Anyone have an idea?
... View more
09-24-2015
06:51 AM
|
0
|
7
|
5851
|
|
POST
|
I have a point feature of crimes. I have a polygon feature of police_beats. If I get them both to a web-map on AGOL, get the map into WAB, is there a 1) setting to query just the points inside of a selected beat or 2) allow police to query crime points that are within a beat that they select? I feel like it's there but I'm not seeing the configuration properties right?
... View more
09-15-2015
09:09 AM
|
0
|
1
|
2627
|
|
POST
|
Well then color me excited! That sounds excellent! Hopefully there is a way to specify both the feature class being used as well as the selectedFeatureID... I am now anxiously waiting for the next release of WAB.
... View more
09-15-2015
05:48 AM
|
1
|
0
|
1454
|
| 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
|