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
42e20c7f
Commit
42e20c7f
authored
Nov 26, 2017
by
Deployer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra property definition. Fixed reverse-geocode image url path
parent
26af9457
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
reverse-geocoder.html
demos/reverse-geocoder.html
+1
-1
nearby.js
src/nearby.js
+1
-2
No files found.
demos/reverse-geocoder.html
View file @
42e20c7f
...
...
@@ -60,7 +60,7 @@
<div
id=
"response"
></div>
</div>
<script>
window
.
L
.
Icon
.
Default
.
imagePath
=
'../dist/v1.3.0/images/
images
'
;
window
.
L
.
Icon
.
Default
.
imagePath
=
'../dist/v1.3.0/images/'
;
try
{
L
.
cedarmaps
.
accessToken
=
accessToken
;
...
...
src/nearby.js
View file @
42e20c7f
...
...
@@ -136,8 +136,7 @@ module.exports = function (container, center, options) {
var
containerElement
=
document
.
getElementById
(
container
);
containerElement
.
className
+=
' kikojas-nearby-widget'
;
var
map
=
L
.
cedarmaps
.
map
(
container
,
tileJSONUrl
,
{
scrollWheelZoom
:
true
,
var
map
=
L
.
cedarmaps
.
map
(
container
,
tileJSONUrl
,
{
maxBounds
:
bounds
,
minZoom
:
12
,
maxZoom
:
17
,
...
...
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