Here you re mentioning that you can host your vector tiles from a local directory.
In your example you re using "tiles": [location.origin+location.pathname+"countries/{z}/{x}/{y}.pbf"] , however when I run your index.html file I get NS_ERROR_MALFORMED_URI: .
Should I define the tiles path to something else?
Here you re mentioning that you can host your vector tiles from a local directory.
In your example you re using
"tiles": [location.origin+location.pathname+"countries/{z}/{x}/{y}.pbf"], however when I run your index.html file I getNS_ERROR_MALFORMED_URI:.Should I define the tiles path to something else?