Commit e655f2ac authored by Deployer's avatar Deployer

Updated README and Demo files

parent be76229f
......@@ -5,9 +5,9 @@
<meta charset=utf-8 />
<title>CedarMaps - Sample Geocoder Control</title>
<script src='../dist/v1.4.0/cedarmaps.js'></script>
<script src='../dist/v1.4.1/cedarmaps.js'></script>
<script src='../access-token.js'></script>
<link href='../dist/v1.4.0/cedarmaps.css' rel='stylesheet' />
<link href='../dist/v1.4.1/cedarmaps.css' rel='stylesheet' />
<link href='css/styles.css' rel='stylesheet' />
......@@ -68,7 +68,7 @@
<div id='map' class='map'> </div>
<script>
window.L.Icon.Default.imagePath = '../dist/v1.3.0/images/images';
window.L.Icon.Default.imagePath = '../dist/v1.4.1/images/images';
try {
L.cedarmaps.accessToken = accessToken;
......
......@@ -5,9 +5,9 @@
<meta charset=utf-8 />
<title>CedarMaps - Simple Map Load</title>
<script src='../dist/v1.4.0/cedarmaps.uncompressed.js'></script>
<script src='../dist/v1.4.1/cedarmaps.uncompressed.js'></script>
<script src='../access-token.js'></script>
<link href='../dist/v1.4.0/cedarmaps.css' rel='stylesheet' />
<link href='../dist/v1.4.1/cedarmaps.css' rel='stylesheet' />
<style>
body {
......@@ -53,13 +53,13 @@
// see: http://leafletjs.com/reference.html#marker
var myIcon = L.icon({
iconUrl: '../dist/v1.3.0/images/pin-taxi.png',
iconRetinaUrl: '../dist/v1.3.0/images/pin-taxi@2x.png',
iconUrl: '../dist/v1.4.1/images/pin-taxi.png',
iconRetinaUrl: '../dist/v1.4.1/images/pin-taxi@2x.png',
iconSize: [34, 46],
iconAnchor: [17, 41],
popupAnchor: [-3, -46],
shadowUrl: '../dist/v1.3.0/images/pin-shadow.png',
shadowRetinaUrl: '../dist/v1.3.0/images/pin-shadow@2x.png',
shadowUrl: '../dist/v1.4.1/images/pin-shadow.png',
shadowRetinaUrl: '../dist/v1.4.1/images/pin-shadow@2x.png',
shadowSize: [26, 6],
shadowAnchor: [13, 3]
});
......
......@@ -5,9 +5,9 @@
<meta charset=utf-8 />
<title>CedarMaps - Simple Map Load</title>
<script src='../dist/v1.4.0/cedarmaps.uncompressed.js'></script>
<script src='../dist/v1.4.1/cedarmaps.uncompressed.js'></script>
<script src='../access-token.js'></script>
<link href='../dist/v1.4.0/cedarmaps.css' rel='stylesheet' />
<link href='../dist/v1.4.1/cedarmaps.css' rel='stylesheet' />
<style>
body {
......
......@@ -5,9 +5,9 @@
<meta charset=utf-8 />
<title>CedarMaps - Reverse Geocoding Sample</title>
<script src='../dist/v1.4.0/cedarmaps.js'></script>
<script src='../dist/v1.4.1/cedarmaps.js'></script>
<script src='../access-token.js'></script>
<link href='../dist/v1.4.0/cedarmaps.css' rel='stylesheet' />
<link href='../dist/v1.4.1/cedarmaps.css' rel='stylesheet' />
<style>
body {
......@@ -60,7 +60,7 @@
<div id="response"></div>
</div>
<script>
window.L.Icon.Default.imagePath ='../dist/v1.3.0/images/';
window.L.Icon.Default.imagePath ='../dist/v1.4.1/images/';
try {
L.cedarmaps.accessToken = accessToken;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment