Luis López
Luis López
I jusr ran into this situation, I think it would be nice to have em-websocket abstracted to so one can use it like a class and start it with EM.start_server('0.0.0.0',...
This looks neat!! @davidbrochart can you guys take a look and consider a merge?
I was thinking about this lately, having a map control widget to switch between different predefined projections. Since recreating the map is a pain, which is what I was doing....
Just looking at this, great work @tsutterley! I really like those ESRI basemaps.
@scottyhq I did some debugging and the default polar projections I added are scaled and missing a resolution(16384.0,) to match the native blue marble zoom levels. For now you could...
yeah... I can submit a PR tonight, should be pretty straight-forward. I can add an example of how to use GeoJSON with these new projections while I'm at it.
This would be super useful to have, any status update on this issue?
Hey Andy, what about this as a start: https://nsidc.github.io/earthdata/ and https://earthdata.readthedocs.io/en/latest/ @andypbarrett ?
I ran into the same issue, I was looking at this project setup and couldn't find where to add something like `"admonitions_open: true"` I'm using the Python handler and looking...
workaround: if we follow the original convention from [mkdocs-material](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) we can render them expanded: ```python class MyClass: def some_method(self): """ ???+ Tip The Tip admonition will be open! if we...