BLOG
|
Okay, I built a docker for WABDE 2.19 and a basic template for a widget. The docker image is in Docker Hub as wildsong/wabde and the details include a rough outline of a development workflow are in the Github project Wildsong/docker-ArcGISWebAppBuilder for now The template for the widget is in Github at Wildsong/arcgis-wab-widget-template. Now I am going to go back to that Svelte widget and get that working in this workflow.
... View more
03-17-2021
04:05 PM
|
2
|
0
|
2390
|
BLOG
|
I'm dog paddling along with Svelte now. Sometimes hearing someone say "this is the best platform available today" is enough to make me dive in. I built a small Svelte demo app that puts up two maps, one in OpenLayers and one in ArcGIS API 4. You can find my code here in Github https://github.com/Wildsong/svelte-maps . The Svelte template app comes set up with Rollup and LiveReload and it all works great. I was able to deploy the little app to a server, just by copying the files. Now I will try to use Svelte to build the A Hello Widget for WABDE.
... View more
03-11-2021
01:50 PM
|
3
|
0
|
2459
|
BLOG
|
I'd love to ditch WAB entirely but all our webmaps are built on it, and I am the only one here capable of dealing directly with JavaScript. That means WAB widgets will fill a niche for us if I can learn how to build them. I've looked at Experience Builder and it had about 1/10 the widgets that we currently use. I am not up for writing the 10 or so widgets we need at this time. That leaves me treading water trying to figure out how to jam Svelte code into WABDE.
... View more
03-09-2021
03:45 PM
|
0
|
0
|
2483
|
BLOG
|
@JoelHickok -- if you don't have time to write anything up formally, can you just share some code in github? Thanks, Brian
... View more
03-09-2021
03:39 PM
|
0
|
0
|
2486
|
BLOG
|
I love opensource and that includes the Anaconda project, which Esri has chosen to incorporate into ArcGIS Pro. I used spyder for over a year. That said, I find Visual Studio Code to be vastly superior to spyder. I could probably write a 1000 words here easily to tell you why but I will spare you that. It's not open source but it's still free. I use it all day developing both Python and JavaScript code to support GIS work. The best approach to GIS is not Esri OR open source, the best approach is to use the ALL the tools that work for you, and using VSCode + conda environments makes this approach a lot easier. It's possible to do just about everything Pythonish inside VSCode, including running Jupyter notebooks. It's also possible to work remotely across network connections and also to use Docker containers for special projects. Anyway, dump spyder, switch to VSCode. It will be easier for you in the long run.
... View more
02-25-2021
07:22 PM
|
0
|
0
|
16946
|
DOC
|
Good morning Derek, When I click on the link it jumps immediately to a 404 page. The link goes to https://community.esri.com/external-link.jspa?url=https%3A%2F%2Ft.co%2FXKsyW6juJS That then takes me to https://t.co/XKsyW6juJS Our county probably blocks the t.co domain; weird because they don't block Twitter itself, just the shortcuts. I am checking on that. When I type in the bit.ly text as the URL which is https://bit.ly/2Hfxedeit works. Why would you put a bit.ly link in the page but link it to t.co? Anyway- thanks for the assistance. Brian
... View more
06-30-2020
09:00 AM
|
1
|
0
|
5063
|
IDEA
|
Okay so my test was far easier than I thought it would be. The URL for the OpenLayers example used an ESRI service! It's only showing one attribute, I suspect that's what is in the vector file? The URL used in the example is is https://basemaps.arcgis.com/v1/arcgis/rest/services/World_Basemap/VectorTileServer/tile/{z}/{y}/{x}.pbf I tried with several layers that are served from my own Portal and I can see them too so the query limitation is in ArcGIS JavaScript API and not in the tile service itself. I wish OpenLayers could read the styles from ESRI instead of showing thin blue lines for everything.
... View more
01-31-2020
04:55 PM
|
0
|
0
|
2175
|
IDEA
|
Apparently it's not impossible, as OpenLayers supports querying vector tiles, here is an example: https://openlayers.org/en/latest/examples/vector-tile-info.html?q=vector+tile I have to test and see if it works with an ESRI service too. Will do that in a bit and come back here.
... View more
01-28-2020
09:13 AM
|
0
|
1
|
2175
|
POST
|
Dan, you sound like Robert Heinlein fan. TANSTAAFL? 🙂 Has your opinion changed since 2016? The wealth of free tools and freemium cloud products available for GIS now is staggering. ESRI is on board too with free basemaps and services like geocoding through their free developer accounts that every GIS student should know about. --Brian
... View more
12-17-2019
02:14 PM
|
0
|
1
|
788
|
POST
|
I realize you wrote this almost a year ago, but a reply might help someone else. The scratched out URL in your screenshot says "desktop"-something. The error messages says you need a "fully qualified domain name" in the URL. 1) You have to run a web browser ON THE SERVER for this step. If you try to connect via a desktop computer it will refuse to let you go on. 2) You have to have a full domain name, like "servername.somecompany.com" not just "servername", that's what the error message means. You should test this before installing web adaptor, make sure you can reach the site with the name you are about to enter here, for example "https://servername.somecompany.com:7443/". If your browser cannot see the portal there (you get errors about "site not found") then you need to fix that problem first. 3) Remember that you have to install web adaptor twice, once for Portal and once for Server. Once it's installed correctly then you can't go to its URL anymore, you manage all connections through Portal. Good luck! Once it's running it's relatively reliable and you probably won't ever have to do it again!
... View more
12-17-2019
02:07 PM
|
0
|
0
|
788
|
POST
|
Since I wrote last year things have changed and have not been using ArcGIS as much at home. I tried ArcMap last night and it turns out somewhere in the last 12 months the slow start problem went away. What's changed? some random automatic Windows 10 update??? I normally remove software when I stop using it, so possibly Dropbox or Google Drive was causing it? Seriously those should have 0 impact on ArcGIS STARTUP -- only DATA is stored out there not applications software! But the problem went away outside my awareness so it is no longer an issue for me. My sympathy to anyone else still experiencing it. Comparing work and home set ups would have been immaterial because work = Windows 7 and home = Windows 10. The frustration with the home set up was that it's a killer machine - I9 10 core CPU, 64 GB ram, 750GB SSD. Everything else rips on it, the only problem I have seen is ArcMap When I started using ArcGIS Pro at work I had to get a RAM upgrade (from 8 to 16GB), it still kills that little Dell W7 laptop whenever it is running. Brian
... View more
10-26-2018
02:41 PM
|
0
|
0
|
770
|
POST
|
Agree 100%, I stand corrected. I remember that lengthy gap when agencies started publishing file geodatabases and I had no way to read them. Then ESRI published binaries instead of specs, and only for later versions of FGDB so I still had no way to read them. With LiDAR it's especially painful because of the time and space required to unformat LAZ -> LAS and then reformat LAS -> zLAS It is slowing my adoption of the technology by making it easier to compromise and use lower res DEMs.
... View more
10-18-2018
09:50 AM
|
0
|
0
|
1086
|
POST
|
Workaround: Run a cmd window as administrator then create a symlink. mklink /D d:\owncloud-AGP d:\owncloud From AGP I can now access the folder under the symlink name d:\owncloud-AGP.
... View more
07-25-2018
10:07 PM
|
0
|
3
|
10535
|
POST
|
It's really not 11 steps either, it's 2 so both methods fail and both are easy 1) Launch a command window by typing: cmd 2) Type: subst o: d:\owncloud and finally undoing it (since it does not work) is subst o: /D
... View more
07-23-2018
08:45 PM
|
0
|
0
|
8509
|
Title | Kudos | Posted |
---|---|---|
6 | 08-09-2022 09:12 AM | |
2 | 03-26-2021 12:33 PM | |
2 | 03-17-2021 04:05 PM | |
3 | 03-11-2021 01:50 PM | |
1 | 08-09-2017 06:18 PM |
Online Status |
Offline
|
Date Last Visited |
08-13-2024
04:16 PM
|