Changeset 13473 in main
- Timestamp:
- 03/31/17 10:03:10 (5 years ago)
- Location:
- adopters/ky/trunk/src/main/webapps/ibisph-view
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/ky/trunk/src/main/webapps/ibisph-view/WEB-INF/config/leaflet_maps.xml
r12480 r13473 154 154 ,maxBounds: [[36.48, -82.3], [39.23, -89.8]] 155 155 ,zoom: 7 156 ,attributionControl: true 156 157 } 157 158 … … 229 230 } 230 231 }*/ 232 ,"general": 233 { 234 title: "" // if no title then no group title... 235 ,type: "base" // isBaseMap: true 236 ,layers: 237 { 238 "osm": 239 { 240 title: "Open Street Map" 241 ,type: "tile" 242 ,url: "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" 243 ,show: true 244 ,options: {attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'} 245 } 246 ,"none": 247 { 248 title: "None" 249 ,type: "tile" 250 } 251 } 252 } 231 253 } 232 254 } … … 262 284 ,layers: 263 285 { 264 " default":265 { 266 title: "Open CycleMap"267 ,type: "tile" 268 ,url: "http://{s}.tile.open cyclemap.org/cycle/{z}/{x}/{y}.png"286 "osm": 287 { 288 title: "Open Street Map" 289 ,type: "tile" 290 ,url: "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" 269 291 ,show: true 270 ,options: null292 ,options: {attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'} 271 293 } 272 294 ,"none": 273 295 { 274 296 title: "None" 275 ,type: "tile" 276 } 277 ,"forest": 278 { 279 title: "Thunder Forest" 280 ,type: "tile" 281 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png" 297 ,type: "tile" 282 298 } 283 299 } … … 439 455 "general": 440 456 { 441 title: " General"442 ,type: "base" 443 ,layers: 444 { 445 " default":446 { 447 title: "Open CycleMap"448 ,type: "tile" 449 ,url: "http://{s}.tile.open cyclemap.org/cycle/{z}/{x}/{y}.png"457 title: "" // if no title then no group title... 458 ,type: "base" // isBaseMap: true 459 ,layers: 460 { 461 "osm": 462 { 463 title: "Open Street Map" 464 ,type: "tile" 465 ,url: "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" 450 466 ,show: true 451 ,options: null467 ,options: {attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'} 452 468 } 453 469 ,"none": 454 470 { 455 471 title: "None" 456 ,type: "tile" 457 } 458 } 459 } 460 ,"specific": 461 { 462 title: "Terrain Based" 463 ,type: "base" 464 ,layers: 465 { 466 "forest": 467 { 468 title: "Thunder Forest" 469 ,type: "tile" 470 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png" 471 } 472 } 473 } 472 ,type: "tile" 473 } 474 } 475 } 476 474 477 475 478 ,"roads": … … 554 557 "general": 555 558 { 556 title: "General" 557 ,type: "base" 558 ,layers: 559 { 560 "default": 561 { 562 title: "Open Cycle Map" 563 ,type: "tile" 564 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png" 565 ,options: null 559 title: "" // if no title then no group title... 560 ,type: "base" // isBaseMap: true 561 ,layers: 562 { 563 "osm": 564 { 565 title: "Open Street Map" 566 ,type: "tile" 567 ,url: "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" 568 ,show: true 569 ,options: {attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'} 566 570 } 567 571 ,"none": 568 572 { 569 573 title: "None" 570 ,type: "tile" 571 ,show: true 574 ,type: "tile" 572 575 } 573 576 } -
adopters/ky/trunk/src/main/webapps/ibisph-view/css/_SiteSpecific.css
r12489 r13473 103 103 } 104 104 105 /*~~~~~~~~~~~~~~~~~Leaflet Map Attribution Placement~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ 106 107 .leaflet-container .leaflet-control-attribution { 108 margin-top: 28px; 109 } 110 111 .leaflet-control-attribution a:hover { 112 background-color: transparent; 113 } 114 105 115 /*============================ End of Style Sheet ============================*/ 106 116
Note: See TracChangeset
for help on using the changeset viewer.