projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c5b66
)
Consistent changeset bbox color, closes #31
author
Aaron Lidman
<aaronlidman@gmail.com>
Thu, 7 Nov 2013 17:48:04 +0000
(09:48 -0800)
committer
Aaron Lidman
<aaronlidman@gmail.com>
Thu, 7 Nov 2013 17:48:04 +0000
(09:48 -0800)
app/assets/javascripts/leaflet.extend.js.erb
patch
|
blob
|
history
diff --git
a/app/assets/javascripts/leaflet.extend.js.erb
b/app/assets/javascripts/leaflet.extend.js.erb
index 90c62975249ed926114a29057e4b7a7e523f5f2d..e0fb3c461bad4caf61c1dfe1d6e0346b3edc7543 100644
(file)
--- a/
app/assets/javascripts/leaflet.extend.js.erb
+++ b/
app/assets/javascripts/leaflet.extend.js.erb
@@
-124,8
+124,9
@@
L.extend(L.Map.prototype, {
way: options.style,
area: options.style,
changeset: {
- weight: 2,
- color: '#7ebc6f',
+ weight: 1,
+ color: '#FF9500',
+ opacity: 1,
fillOpacity: 0
}
}