jopfre
jopfre
It may be possible to have an option to switch between 200px and 250px size tiles with the 250px size tiles just offering three zooms/resolutions [4, 2, 1]. This would...
Here is the updated OSOpenSpace.js using only 250px mapping layers https://gist.github.com/jopfre/08beb3c369069172066fafcbf4a54ffc
I am having the same issue. I want to use html partials to allow code reuse. Did you have any luck with this?
I made some progress using this answer as a guide https://stackoverflow.com/a/47827663/2894708. Essentially: Rename index.html to index.html.ejs update common.webpack.config where it references index.html to use index.html.ejs ``` new HtmlWebpackPlugin({ title: 'home',...
Have you run npm build?
@obeattie I know you asked for a PR but I would suggest it's a new a project as most of the code is different and it uses a different build...
Anyone have any luck with this. I am trying to access the container from browerstack/lambdatest but it can't connect. is it possible to expose the container for this purpose?
Just tried this https://github.com/leafo/sticky-kit - 2000+ stars but also doesn't seem that well maintained. anyway, solved my needs for now.
@SpudNyk Thanks for posting. I am having some trouble getting this to work. Could you share a repo by any chance where its working?
@SpudNyk thanks for this. It does work and I was able to get TOC working. However there seemed to be some issues with where page breaks would fall. I tried...