Version 0.0

Parker

by Anonymous 19 Nov 2014 23:52

Version 0.0

Josh Lurie

by Josh LurieJosh Lurie 19 Nov 2014 23:50

Version 0.0
[[html]]
<head>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<style>
.blue {background-color: lightblue;}
#map { height: 180px; width: 400px; background-color: black;}
</style>
</head>
<body>
<div id="map"></div>
<h3 class="blue">Version 0.1</h3>
<script>
var map = L.map('map').setView([34.02015, -118.28224], 13);

cailin

by Anonymous 19 Nov 2014 23:50

Djjr1

by djjrjrdjjrjr 19 Nov 2014 23:50

Version 0.0
[[html]]
<head>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<style>
.blue {background-color: pink;}
#map { height: 400px; width: 400px; background-color: black;}
.leaflet-control-locate {
border: 1px solid rgba(0,0,0,0.4);}
.leaflet-control-locate a {
background-color: #fff;
background-position: -3px, -2px;}
.leaflet-control-locate.active a {
background-position: -33px -2px;}
</style>
</head>
<body>
<div id="map"></div>
<h3 class="blue">Version 0.1</h3>
<script>
var map = L.map('map').setView([34.02015, -118.28224], 13);

Stern

by Anonymous 19 Nov 2014 23:50

Version 0.0
[[html]]
<h3>Hello World</h3>
[[//html]]

djjr

by djjrjrdjjrjr 18 Nov 2014 17:50

  1. OSM
    1. what it is
    2. technology - GIS, vector objects, geographic data, raster tiles, levels, layers
    3. contributing
    4. using as base map
  2. wikidot as an html prototyping platform
  3. html background
    1. simple html page
    2. html DIV element
    3. html script element
    4. javascript, DOM, and data
  4. let's do Leaflet

Sandbox Pages

by djjrjrdjjrjr 18 Nov 2014 17:49

The ListPages module does not work recursively.