|
POST
|
Not that I know of. It basically highlights the node and you provide a some text . Then the user can click next.... Etc..
... View more
09-12-2016
12:02 PM
|
0
|
2
|
1063
|
|
POST
|
Matt, If you can post some sample code of a working app with the error I can see if I can figure out what is happening and maybe provide a working sample back to you. Drew
... View more
09-12-2016
11:14 AM
|
0
|
0
|
1063
|
|
DOC
|
We (The County of Simcoe) saw this posting on GeoNET when it first came out and have re-worked the way we link to Google Street View. It's still a work in progress but you can see the implementation at the below link. I would have to guess that Google changed the terms because we read them top to bottom about a year ago to ensure we were in compliance. 10.4 - e seems to be the kicker .. No use of Content with a non-Google map. You must not use the Content in a Maps API Implementation that contains a non-Google map. Our Implementation (External Services Widget) Interactive Map - County of Simcoe (GIS) Thanks, Drew
... View more
09-10-2016
03:01 AM
|
1
|
0
|
10605
|
|
POST
|
I have the code in a WAB widget. The elements it needs to attach to are already loaded. Thats why I suggested the timer, it could add a delay... Try calling the code on a button click or something - That way all other elements are loaded . see if it works anyway.
... View more
09-08-2016
10:17 AM
|
0
|
0
|
2472
|
|
POST
|
Here is how I implemented it a while back.. this.appTour = introJs(); this.appTour.setOptions({ showStepNumbers: false, exitOnOverlayClick: true, steps: [ { intro: "Welcome to my site" }, { element: "#myElementId", intro: "Sample Text", position: "bottom", } ] }); //START THE TOOL this.appTour.start();
... View more
09-08-2016
09:01 AM
|
0
|
1
|
2472
|
|
POST
|
without seeing it all its hard to determine what the issue is. I would have to guess a timing issue. Try setting a delay before it starts to test... Sample setTimeout(function () { _createIntro(); }, 2000)
... View more
09-08-2016
08:39 AM
|
0
|
3
|
2472
|
|
POST
|
I call it a "Tour". Here is a decent lib. Intro.js - Step-by-step guide and feature introduction for your website
... View more
09-08-2016
06:43 AM
|
3
|
6
|
2472
|
|
POST
|
Rebecca, It's all built using the WAB framework, but all the widgets (on screen and in panel) are custom. We do get a lot of inquires about how certain things are done and how long it has taken and we have discussed writing something up to explain some of the functionality. Hopefully someday soon. Drew
... View more
09-08-2016
05:30 AM
|
1
|
2
|
925
|
|
POST
|
Ya, That email may take a bit to come my way. How did you even find that site (gisportal.simcoe)? Its not linked really anywhere. Most of our users go to maps.simcoe.ca We have had a lot of people ask the same question.. how long...? Its a hard answer because its a living and breathing solution for us. We have many other sites internally based off the same code base but with different tools and map themes.. There is no exact number.. but to put it into perspective its been in development for more than a year but during that time we maintain our existing GIS and customer requests. Drew
... View more
09-07-2016
06:12 PM
|
0
|
4
|
925
|
|
POST
|
Hello Stephen, I just stumbled onto this post. I can answer any questions you may have about our application. Also.. Usually I reply back to all feedback but I do not recall any from you ? When did you send it? First lets define. Map Theme = The themes you can use within the application App Theme = A skin that the WAB allows you to create to modify the look and feel of the application All the widgets (except the print) on the website are custom and designed to fit our needs. The "Map Themes" are also custom and the logic to position them in the app is built into our "App Theme".. Basically our application has logic to determine what is a "Map Theme" vs a Tool vs the Layer (TOC) and we position those into different panels. In short we just use the name of the widget.. If the widget starts with "Theme-XXXXXXXX" we add it to the Theme Panel etc... Does that make sense? Drew County of Simcoe - GIS Analyst
... View more
09-07-2016
05:16 PM
|
6
|
8
|
2680
|
|
POST
|
The ArcGIS JavaScript API is a programming framework for developers. A developer can create custom applications and tools using the API. AGO and Portal are out of the box solutions for sharing and managing online content. Drew
... View more
09-06-2016
05:42 AM
|
1
|
0
|
1743
|
|
POST
|
Hello, I am experience some basic navigation bugs with the 4.0 API. I have tested this in IE 11, FF (48.01) and Chrome (52.02..) and it behaves the same (when in 2D) When I zoom in and out when my mouse scroll wheel, then pan, then zoom in and out again with the scroll wheel, there is a tendency for the mouse to get stuck in pan mode. I can duplicate this over and over again. It's a show stopper for me for even using the 4.0 API . You can test this in the most simple sandbox sample: ArcGIS API for JavaScript Sandbox Thanks, Drew
... View more
08-23-2016
08:54 AM
|
0
|
2
|
2371
|
|
POST
|
Greg, We currently have no plans on posting any code on GitHub but if you have any questions on how certain things are accomplished we would be happy to explain the process. Drew
... View more
08-22-2016
11:38 AM
|
0
|
0
|
2082
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-04-2013 09:40 AM | |
| 1 | 12-11-2012 10:19 AM | |
| 1 | 05-25-2015 10:46 AM | |
| 1 | 05-10-2016 06:31 AM | |
| 1 | 01-17-2017 11:01 AM |
| Online Status |
Offline
|
| Date Last Visited |
12-31-2021
09:54 AM
|