Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
cedarmaps-sdk-web-public
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Cedar Studios
cedarmaps-sdk-web-public
Commits
e655f2ac
Commit
e655f2ac
authored
Dec 27, 2017
by
Deployer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README and Demo files
parent
be76229f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
+14
-14
geocoder-control.html
demos/geocoder-control.html
+3
-3
index.html
demos/index.html
+6
-6
nearby.html
demos/nearby.html
+2
-2
reverse-geocoder.html
demos/reverse-geocoder.html
+3
-3
No files found.
demos/geocoder-control.html
View file @
e655f2ac
...
...
@@ -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
;
...
...
demos/index.html
View file @
e655f2ac
...
...
@@ -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
]
});
...
...
demos/nearby.html
View file @
e655f2ac
...
...
@@ -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
{
...
...
demos/reverse-geocoder.html
View file @
e655f2ac
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment