Files
openlayers/examples/print-to-scale.css
mike-000 e2ac566c05 Correct resolution used for scale. Add dpi option.
Also add setDpi and setMinWidth methods

Add Print to scale example
2020-04-02 14:59:54 +01:00

7 lines
87 B
CSS

.container {
max-width: 566px;
width: 100%;
height: 400px;
overflow: hidden;
}