# Sublime Text Web Mapping Snippets _Work in progress._ Type the snippet shortcode and then press Tab to complete the snippet. Each shortcut provides a basic HTML page skeleton for the latest version of popular JavaScript mapping APIs. The snippets are listed below in alphabetical order. The '$1' indicates the position of the caret/s. Any snippet that has a $1/$2/$3/etc. uses this technique. Pressing tab will cycle you through these positions. Feel free to expand upon these snippets as you please. --- __gmaps__ ```html
``` __leaflet__ ```html $1
``` __mapbox__ ```html $1
``` __ol3 (OpenLayers 3)__ ```html adsadas
```