c# - Is it possible to include variables in TileSource.uriFormat? -


i have maptilelayer specifying tilesource for

tilesource mytilesource = new tilesource(); 

for tilesource need specify uri format. want include variable inside string because have folders being dynamically created, , want uriformat point correct folders.

so how create correct .uriformat parameters/variables?

mytilesource.uriformat = ????? 

i don't believe uriformat supports local folders. possible load tiles local folders in wpf control outlined in blog post: https://blogs.bing.com/maps/2015/08/24/local-tile-layers-in-bing-maps-wpf/


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -