CargoCanvas / Examples / Quick start

Quick start

A map, a tile layer and a marker with a popup — the smallest useful map you can build. Centred on Praça Tiradentes, Curitiba.

What to notice

Blank map? Check that #map has a height. A <div> with no height is zero pixels tall and will render nothing, with no error in the console.

This page is standalone — use View Source to read the whole thing, or copy the file out of landing/examples/ and adjust the two paths in the <head>.

Why the UMD build? Loading it as a classic script is what lets this page work when opened straight from disk. In an application with a bundler, install the package and import the classes instead — everything after that line is identical:
import {CargoMap, TileLayer, Marker} from 'cargocanvas';