ngx.leaflet.component
ngx.leaflet.component copied to clipboard
dynamic template generator from json files
a component that gets as a parameter a specific json file with all the options, layers and groups predefined
for example
{
basemaps:[{}],
overlayers:[{}],
mapOptions:{}
}
and generates dynamically the template needed.