Skip to content

Commit

Permalink
Merge pull request #130 from tangrams/sensescape/shields
Browse files Browse the repository at this point in the history
Added shields
  • Loading branch information
nvkelso authored Nov 15, 2016
2 parents 079abfc + 1dc63b5 commit 17c2d49
Show file tree
Hide file tree
Showing 6 changed files with 640 additions and 69 deletions.
1 change: 1 addition & 0 deletions components/globals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,4 @@ global:
icon_visible_pois_landuse: true # default false, all true
text_visible_landuse_generic: true # default false, all true
text_visible_island: true
text_visible_shields: true
Binary file modified components/images/poi_icons_18@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- bog-standard leaflet URL hash -->
<script type="text/javascript" src="https://cdn.rawgit.com/mlevans/leaflet-hash/master/leaflet-hash.js"></script>
<!-- Main tangram library -->
<script type="text/javascript" src="https://mapzen.com/tangram/0.10/tangram.min.js"></script>
<script type="text/javascript" src="https://mapzen.com/tangram/0.11/tangram.min.js"></script>
<!-- <script src="http://localhost:8000/dist/tangram.debug.js"></script> -->

<!-- A lightweight graphical user interface for changing variables in JavaScript. -->
Expand Down
1 change: 1 addition & 0 deletions layers/pois.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ layers:
repeat_group: abc
repeat_distance: 100px
buffer: 7px
priority: 66
text_source: global.ux_language_text_source
visible: false # labels are enabled by each layer below
move_into_tile: false # preserves text alignment w/icons in JS
Expand Down
Loading

0 comments on commit 17c2d49

Please sign in to comment.