Page View Test

Side-by-side page previews — portrait vs landscape, different furniture anchors

24x36 Portrait — default furniture

Title: top-center | Legend: bottom-right

A2 Landscape — alt furniture + offset

Title: bottom-center | Legend: top-left | offset: (20, -15)

Debug State

Portrait

{
  "pageFrame": {
    "offset": {
      "x": 0,
      "y": 0
    }
  },
  "pageLayout": {
    "paperSizeId": "24x36",
    "orientation": "portrait",
    "furniture": {
      "items": [
        {
          "type": "title",
          "position": "top-center"
        },
        {
          "type": "legend",
          "position": "bottom-right"
        }
      ]
    }
  },
  "geoFrame": {
    "center": {
      "lat": 0,
      "lng": 0
    },
    "scale": 1,
    "autoFit": true
  },
  "projection": {
    "type": "natural-earth",
    "rotation": {
      "lambda": 0,
      "phi": 0,
      "gamma": 0
    }
  },
  "pageZoom": 1,
  "pageViewMode": "adjust-page",
  "interactionMode": "pan"
}

Landscape

{
  "pageFrame": {
    "offset": {
      "x": 20,
      "y": -15
    }
  },
  "pageLayout": {
    "paperSizeId": "a2",
    "orientation": "landscape",
    "furniture": {
      "items": [
        {
          "type": "title",
          "position": "bottom-center"
        },
        {
          "type": "legend",
          "position": "top-left"
        }
      ]
    }
  },
  "geoFrame": {
    "center": {
      "lat": 0,
      "lng": 0
    },
    "scale": 1,
    "autoFit": true
  },
  "projection": {
    "type": "natural-earth",
    "rotation": {
      "lambda": 0,
      "phi": 0,
      "gamma": 0
    }
  },
  "pageZoom": 1,
  "pageViewMode": "adjust-page",
  "interactionMode": "pan"
}
© 2026 AlwaysMap