Riverscapes / RaveAddIn

RAVE AddIn for ArcGIS
http://rave.riverscapes.xyz/
GNU General Public License v3.0
1 stars 3 forks source link

Implement TMS and XYZ Baselayers #139

Open MattReimer opened 3 years ago

MattReimer commented 3 years ago

We now have the ability to use more than just WMS baselayers.

We added this to the BaseMaps.xml file here https://github.com/Riverscapes/RiverscapesXML/pull/85

This request came from an issue requesting Google and Bing baseLayers https://github.com/Riverscapes/RiverscapesXML/issues/74

filter make sure the layer tile type is being read from Basemaps.xml correctly and then use switch logic to render that layer correctly

I'm going to handle the QRave side of things and I have no idea if this is even possible in Arc (but I'm proceeding on the assumption that it is)

joewheaton commented 3 years ago

@philipbaileynar you could ask @tyler1218hatch to check this out (pinging @wally-mac FYI).

wally-mac commented 3 years ago

Yes, please see if this is doing in ArcGIS pro @tyler1218hatch. @philipbaileynar please feel free to direct Tyler as needed.

tyler1218hatch commented 3 years ago

@philipbaileynar I'm a bit confused on what to do here. Should I just wait until Lauren adds the Google maps layer, then test that out in Arc once she's done?

philipbaileynar commented 3 years ago

@tyler1218hatch no action needed.

@MattReimer has taken care of this in QRAVE. I will implement in ArcRAVE.