ESRI UC 2019 Day 2

Day 2, diving right in.



I started with an Arcade class.  Arcade is not a programming language.  It is not a replacement for python.  It is an expression language that can be used across all ESRI products.  It is not case sensitive.

  

TextFormatting.Newline - AGO does not support.  Boo....seriously, make things work everywhere before releasing!

  

The presenter recommended a book available on Amazon called "Writing Arcade Expressions" by Dave Allen.

  



My coworker and I met with some ESRI staff in the vendor area to discuss some problems we've been running into, and to get some help.  We discussed using a base64 encoded string for pictures in pop-ups (they didn't know how to do this), related tables in pop ups (no real way to do this with truly live data), vector tile packages to get our data out to custom apps, and how in the world are we getting duplicate global ids in globalid fields??  I also asked why federated servers, and one rep claimed it's easier to administer (false!), and they are forcing everyone to move this way so they make more money.  And also, uploaded videos only work in ONE place WITHIN ONE single style of story map.  Super lame.



I went to a class that afternoon about creating vector tiles.  Right before class started, who walked through the door next to me but someone I went through a FEMA Academy with ten years ago.  What a trip that was to get caught up on ten years.  So fun.

  



Vector tiles should be a json file export.  You can create indexes to tile.  The biggest thing about using vector tile packages is they support any projection!  Hallelujah. No more forcing everything to web mercator.  The presenter mentioned there are vector basemap blogs that can show you how to edit ESRI vector tiles, vector tile style editor in AGO, and style editor in ESRI github.  They went through using the create vector tile package tool, share package tool, and extract package tool to view.  You are able to have scale based symbology, share it as a web layer, and create offline vector tiles.  Word to the wise - ArcMap does not support vector tiles.

      

Check out my youtube video here.

Happy GIS-ing!
Lindsy

Popular posts from this blog

What Inspires Me

Developers Summit 2018, Day 1

ESRI UC 2020 Day 1