BlazorMaps icon indicating copy to clipboard operation
BlazorMaps copied to clipboard

Add TileLayer and TileLayerFactory

Open andyesys opened this issue 3 years ago • 1 comments

I have made additions to be able to add tile layers.

  • Added TileLayer derived from Layer
  • Added TileLayerFactory to create new tile layers
  • It is also possible to add inline CSS styling to the map with the new Style Parameter
  • Added a method to wait for Map initialization (to wait before adding layers to the map)
  • The map create options UrlTileLayer is now optional and if not set, the map is created without a base tile layer

andyesys avatar Jul 14 '21 13:07 andyesys