angular-leaflet-directive
angular-leaflet-directive copied to clipboard
Using mapbox custom pbf files with angular leaflet directive
hi , I am trying to implement offline maps using angular-leaflet-directive. For this I am using mapbox pbf files that are stored locally in a directory and they have some custom styles and fonts for labels.
the structure Project -> countries - > 0 -> 0 -> 0.pbf -> 1 -> 0 -> 0.pbf -> 1 -> 1 -> 1.bpf
Project -> fonts -> ..
Project > index.html
Could you please help with the how mapbox custom tiles can be integrated with angular leaflet directive .
Thanks !!