|
POST
|
Kevin MacLeod Updating the geometry server did the trick! I know I had tried that yesterday or last week after I noticed your comment on line 39 of widget.js, but apparently I did not get the correct path to my geometry server. It's correct now though and working as it should. Thanks again for putting this together and for your patience with my questions. I really appreciate your help, as well as the compliment regarding our site.
... View more
07-14-2015
10:06 AM
|
1
|
0
|
2893
|
|
POST
|
@Kevin Macleod I'm not having any luck yet. The Pictometry widget will load and open (with your enhanced cursor) in WAB and , but the viewer window isn't opening when I click on my map. I've had the same result after downloading my WAB app and putting it on our server too. I've tried it with the previous .php file and update my api key, etc. in .php file included with the new version. No luck though. To clarify what I've done: 1) Downloaded new version of widget 2) Updated api key, secret key, etc. in the new ipa.php 3) ipa.php is in a folder called php on my web server 4) Removed old version of widget from my application in Developer Edition, then loaded new version 5) I've tried my php/ipa.php URL and without the php/ipa.php URL for the 'Set Server URL' entry. Again, the widget opens but nothing happens on the map point click. Here is the test site for the new widget. Here is the test site for the old widget.
... View more
07-10-2015
12:17 PM
|
0
|
2
|
2893
|
|
POST
|
Stan, No, I had not seen Kevin's blog. Thank you for mentioning it. I'm afraid I don't see anything that helps me resolve the problem I mentioned above. I'll continue looking into it. Adam
... View more
06-30-2015
10:45 AM
|
1
|
1
|
4202
|
|
POST
|
@Kevin Macleod Have you been able to work more on the Pictometry widget? I haven't had much time myself and was curious if you had made any progress with the state plane to WGS 1984 conversion. Thanks. Adam
... View more
06-30-2015
08:15 AM
|
0
|
9
|
4202
|
|
POST
|
Robert, I do see that code in client\stemapp\widgets\Identify\List.js. However, I do not see it in server\apps\#\widgets\Identfiy\List.js. Should they be the same?
... View more
06-01-2015
05:48 AM
|
0
|
2
|
2521
|
|
POST
|
Yes (manfiest.json is below). If you can tell me where in the code you have the paragraph element set up I can check mine and make sure I have the same code. I don't recall modifying anything pertaining to that but I do occasionally make an unintended edit.
... View more
05-29-2015
12:23 PM
|
0
|
4
|
2521
|
|
POST
|
Robert, That makes sense. Thank you for looking into it further. Adam
... View more
05-29-2015
09:12 AM
|
0
|
6
|
2521
|
|
POST
|
Rebecca Strauch... thanks for the suggestion. I've tried that, along with a few other modifications such as adding "\n" in certain spots, and haven't been successful.
... View more
05-28-2015
10:47 AM
|
0
|
0
|
2521
|
|
POST
|
Robert Scheitlin, GISP and company: I am configuring the Identify Widget. I want to have multiple links (as text) in my results window that show information such as Assessor's records and school websites. I am able to add them, but the links appear on one line (see first image) and without a space between them. Is there a setting in the configuration window that I need to turn on/off to allow multiple lines? Or is there something I can do in the apps\#\configs\Identify\config_Identify.json file (second image) to add a line break? Am I missing something else? Any help would be appreciated. Thanks.
... View more
05-27-2015
08:30 AM
|
0
|
10
|
6150
|
|
POST
|
Kevin, No, it wasn't Bob K. but thanks for passing along the name. I'll continue looking into things on my end and I might see if I can get something to work with the sample code (link) you posted. Again, thanks for all of your help. This widget will be used quite often by our staff and general public users. Your work and assistance is very much appreciated. Adam
... View more
05-19-2015
01:23 PM
|
0
|
0
|
4202
|
|
POST
|
Kevin MacLeod, thanks again for the response. I've been in contact with somebody from Pictometry and it does sound like there may be an issue with the coordinate system and not having a conversion to WGS-1984 to set up. I have a little bit of research to do with the code of our Flex site Pictometry widget to see if there is a conversion or transformation in it and apply it for WAB. I do have my URL placed in line 25 of Widget.js, so that should be good to go. I have also played with the esri.geometry.webMercatorToGeographic code and changed it to geographicToWebMercator and lngLatToXY(long, lat) and xyToLngLat(x,y) just to see if any of them would work. Batting .000 there too.https://developers.arcgis.com/javascript/jsapi/esri.geometry.webmercatorutils-amd.html#xytolnglathttps://developers.arcgis.com/javascript/jsapi/esri.geometry.webmercatorutils-amd.html#xytolnglat If you'd like to check it our (temporary) site go ahead. I'll try to make sure I keep this active. Our WKID = 3418
... View more
05-19-2015
12:32 PM
|
1
|
12
|
4202
|
|
POST
|
Kevin MacLeod, thanks Kevin for working further on this and contacting Pictometry for further assistance. I've been able to have the onclick work and open a new window where the Pictometry navigation bar loads. However, I am getting some really odd lat/long coordinates in my URL and receive a message like that below: I should be getting something along the lines of lat = 41.xxxx and long = -91.xxxx, but I get coordinates of lat = 5.xxxx and long = 19.xxxx. That puts me in the Central African Republic. I'm in the Upper Midwest so I don't think I want coordinates for something in Africa. Have you seen or heard of any problems similar to mine? I don't have any issues like this with our Flex viewer and its Pictometry widget. Also, the map services are the same for both the Flex and WAB sites, but with different names. In my WAB version I have added the GCS_WGS_1984 (4326) option to my coordinate widget and the results I get when clicking on a specific location in my area are correct. Maybe there is something wrong with my map services used in WAB? Could there be a setting WAB that's throwing me off? I thought I may have accidentally edited your widget.js or ipa.php files, causing my problem. So, I replaced my files with new copies from your github page, then changed my keys, etc. to what Pictometry gave me. The problem persists.
... View more
05-18-2015
10:34 AM
|
1
|
14
|
4202
|
|
POST
|
Sorry about the mix up. I thought you were referring to layer visibility in the mxd or AGOL. I had turned off some fields in specific layers in each of my map services as there are fields that aren't necessary to carry over to the end user. Looks like I got a little carried away. I went back and turned on the 'Shape' field my precincts and zoning layers and it's working now! Again, thanks for putting the widget out for all of us and for your quick and helpful responses.
... View more
05-08-2015
12:23 PM
|
0
|
0
|
1307
|
|
POST
|
Thanks. I was wondering if that would be an issue. I forgot to add in my first post that the voting precincts layer is one that I do NOT want visible at startup and want the user to toggle it on and off as they wish. The same thing applies to the zoning layer. I just republished the service with the voting precincts visible by default, but left the service not visible in my AGOL map used for WAB. Again, I was able to run the search but didn't have anything in the results tab. Then, I updated the AGOL map to have the service (w/precinct layer turned on) visible on WAB startup. Again, the search runs but doesn't populate the results tab. Should I be able to have those layers or services invisible at startup, make them visible as needed, then run the search and see the attributes in the results tab? We use the eSearch widget in our Flex viewer for similar searches and it runs smoothly. Am I doing something else wrong?
... View more
05-08-2015
11:55 AM
|
0
|
2
|
1307
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-09-2026 06:46 AM | |
| 1 | 02-09-2026 07:47 AM | |
| 1 | 02-06-2026 01:57 PM | |
| 1 | 01-28-2026 12:38 PM | |
| 1 | 01-28-2026 08:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
Sunday
|