ngx.leaflet.component icon indicating copy to clipboard operation
ngx.leaflet.component copied to clipboard

dynamic template generator from json files

Open elasticrash opened this issue 9 years ago • 0 comments

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.

elasticrash avatar Nov 02 '16 23:11 elasticrash