GIS Tools

Language

Made withfor the GIS community

Scale Bar & North Arrow

Add scale bar, north arrow, and graticule to your map

Map Viewing

Add GeoJSON (optional)

Map Decorations

N
500 km

About Map Decorations

  • Scale Bar: Shows map scale in selected units
  • Graticule: Grid of latitude/longitude lines
  • Export: Save current map view as PNG image

What Are Map Decorations?

Map decorations are the non-data elements that make a map a map: the scale bar, north arrow, legend, title block, graticule, and attribution. They are the cartographic furniture that turns a simple data rendering into a publication-ready product. Without them, a map is just a picture; with them, a reader can understand spatial scale, orientation, units, data sources, and provenance at a glance. The gis.tools map decorations tool adds scale bars, north arrows, and graticules to your map with the same control you would expect from QGIS's Print Composer or ArcGIS Pro's layout view.

Every formal map since the Age of Exploration has carried these elements. The reason is simple: a reader needs to answer fundamental questions before trusting any spatial information. Which way is north? How big is that thing on the ground? What coordinate grid is this? Where did the data come from? Map decorations answer these questions without asking the reader to zoom, measure, or dig into metadata.

The tool is intentionally scoped to the three most essential decorations β€” scale bar, north arrow, graticule β€” because they are mandatory for almost every published map. Additional elements like titles, legends, and descriptive text boxes are handled by the Print Composer.

How Map Decorations Work

Scale bar

A scale bar is a graphic showing how distances on the map correspond to distances on the ground. It has two forms: a bar (graphic scale) and a ratio (representative fraction, e.g., 1:50,000). The graphic version is preferred for web maps because it scales correctly as the page is resized or printed at different DPI. The bar is labeled with real-world units (kilometers, miles, meters, feet) so the reader can read off distances directly.

Computing scale bar length at a given zoom level requires knowing the pixel-per-meter ratio at the current latitude. Because Web Mercator distorts scale with latitude, a scale bar that says 10 km at the equator only represents about 7 km at 50Β° N. The gis.tools scale bar computes the correct length at the map center's latitude.

North arrow

A north arrow indicates which direction is geographic north on the map. On most web maps, north is always up (the map is oriented with increasing latitude toward the top), so the north arrow is a simple vertical arrow. When the user rotates the map, the arrow rotates accordingly.

For polar projections or rotated maps, the north direction changes across the map. In those cases, the arrow points toward the geographic North Pole from the map center, not simply up.

Graticule

A graticule is the grid of meridians and parallels (lines of longitude and latitude) drawn on the map. It provides absolute geographic reference and is especially useful for navigation, planning, and cartographic publications. The graticule interval (every 10Β°, every degree, every 5 minutes) depends on the map scale.

For projected maps, a UTM grid or State Plane grid can be drawn instead of or alongside the lat/lon graticule.

Key Parameters and Options

Scale bar position

Typically bottom-right or bottom-left. Avoid placing over important data.

Scale bar units

Metric (m/km) or imperial (ft/mi). Some maps show both.

Scale bar style

Single bar, double bar, alternating bar (the filled/unfilled segments for quick measurement).

North arrow style

Simple triangle, compass rose, or custom SVG.

Graticule interval

Degrees, minutes, or seconds. Automatic mode picks a sensible interval based on map scale.

Graticule style

Line color, width, opacity, and whether to label the meridians and parallels.

Practical Applications

Publication cartography

Academic journals and government reports require scale bars and north arrows on every map. It is a publication-industry convention going back centuries.

Emergency response briefings

Incident command maps need clear scale bars so responders can plan helicopter flights, evacuation distances, and resource deployment.

Land management and planning

Forestry, mining, and conservation maps need graticules for on-the-ground navigation and GPS coordination with field teams.

Teaching cartography

Students learning GIS need to understand why decorations exist and when to use each one. Adding decorations is one of the first skills taught in any cartography course.

Print maps for trails and parks

Hiking maps, park brochures, and field guides all require scale bars and graticules for navigation.

Marine charts

Nautical navigation depends on a precise graticule and compass rose. Even digital marine charts retain these elements by convention.

Step-by-Step Workflow

  1. Load your data in the Online Map Viewer (Multi-Layer).
  2. Navigate to the intended map view and zoom level.
  3. Open the map decorations panel.
  4. Enable scale bar. Choose position, units, and style.
  5. Enable north arrow. Pick a simple or compass rose style.
  6. Enable graticule. Choose the interval (or let automatic mode decide).
  7. Adjust colors and opacity so decorations stand out without dominating.
  8. Export the final map via the Print Composer.

Common Pitfalls and Gotchas

  • Scale bar ignored at different latitudes. A scale bar drawn on a world map is meaningless β€” the real distance varies enormously across the map.
  • North arrow during rotation. When the user rotates the map, the arrow must update.
  • Graticule cluttering dense maps. At high zoom, a fine graticule can overwhelm the data. Use coarser intervals or disable.
  • Wrong units for audience. Imperial for American audiences; metric for everyone else; both for international publications.
  • Decorations over critical data. Place decorations carefully to avoid obscuring features the reader needs.
  • Missing attribution. While not a traditional decoration, attribution is legally required for most basemap sources.
  • Print-pixel mismatch. A decoration sized for screen may be tiny on printed output.

Tips for Best Results

  • Position decorations in non-critical corners.
  • Match decoration colors to the basemap brightness β€” dark decorations on light basemaps, and vice versa.
  • Use semi-transparent backgrounds on decorations to separate them from the data.
  • Include both metric and imperial units for general audiences.
  • Verify scale bar accuracy at different latitudes if your map spans a wide area.
  • Pair decorations with a title via the Print Composer.

Comparison with Desktop GIS

QGIS Print Composer, ArcGIS Pro Layouts, and Mapbox Studio all offer rich decoration tooling. QGIS is probably the most flexible in the open-source world, supporting scale bars, multiple north arrows, grids, legends, titles, and custom shapes. The gis.tools map decorations tool covers the essentials that apply to nearly every map, with the Print Composer handling the more elaborate layout work.

Performance Considerations

Map decorations are lightweight overlays that render on top of the main map. Scale bars and north arrows are cheap. Graticules can become expensive if the interval is very fine (every second of arc worldwide) because they require drawing many line segments. Automatic interval selection prevents this.

Data Privacy and Browser-Based Processing

Decorations are purely client-side rendering. No data of any kind is transmitted.

Related GIS Concepts

Representative fraction. The ratio form of map scale (1:50,000). Independent of physical size but depends on print resolution.

Graphic scale. The bar form of scale. Scales correctly across different print sizes.

Neatline. The decorative border around a printed map.

Locator map. A small inset map showing where the main map is in a wider context.

Frequently Asked Questions

Why is my scale bar different at different latitudes?

Web Mercator distorts scale with latitude. The scale bar is computed at the map center.

Can I use a custom north arrow SVG?

Yes. Upload an SVG and the tool will use it as the north arrow symbol.

How do I add a title and legend?

Use the Print Composer for richer layouts including titles, legends, and text blocks.

Do I need a graticule on every map?

No. Graticules are essential for navigation and wide-area maps but clutter dense thematic maps. Use judgment.

Related Tools on gis.tools

100% client-side processing - your data stays private and never leaves your device