Changeset 13466 in main
- Timestamp:
- 03/30/17 12:20:56 (5 years ago)
- Location:
- adopters/nj/branches/2.3/src/main/webapps/ibisph-view
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nj/branches/2.3/src/main/webapps/ibisph-view/WEB-INF/config/leaflet_maps.xml
r12128 r13466 166 166 ,maxBounds: [[38.78, -76.0], [41.42, -72.8]] //south west, then north east - larger negative number on east moves NJ map east 167 167 ,zoom: 8 168 ,minZoom: 7 169 ,maxZoom: 14 168 ,minZoom: 7 169 ,maxZoom: 14 170 ,attributionControl: true 170 171 } 171 172 … … 279 280 layerGroups: 280 281 { 281 "general": 282 { 283 title: "" // if no title then no group title... 284 ,type: "base" // isBaseMap: true 285 ,layers: 286 { 287 "forest": 288 { 289 title: "Thunder Forest" 290 ,type: "tile" 291 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png" 292 ,show: true 293 ,options: null 294 } 295 ,"default": 296 { 297 title: "Open Cycle Map" 298 ,type: "tile" 299 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png" 300 } 301 ,"none": 302 { 303 title: "None" 304 ,type: "tile" 305 } 306 } 307 } 282 "general": 283 { 284 title: "" // if no title then no group title... 285 ,type: "base" // isBaseMap: true 286 ,layers: 287 { 288 "osm": 289 { 290 title: "Open Street Map" 291 ,type: "tile" 292 ,url: "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" 293 ,show: true 294 ,options: {attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'} 295 } 296 ,"none": 297 { 298 title: "None" 299 ,type: "tile" 300 } 301 } 302 } 308 303 /* 309 304 ,"roads": … … 449 444 layerGroups: 450 445 { 451 "general": 452 { 453 title: "" // if no title then no group title... 454 ,type: "base" // isBaseMap: true 455 ,layers: 456 { 457 "forest": 458 { 459 title: "Thunder Forest" 460 ,type: "tile" 461 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png" 462 ,show: true 463 ,options: null 464 } 465 ,"default": 466 { 467 title: "Open Cycle Map" 468 ,type: "tile" 469 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png" 470 } 446 "general": 447 { 448 title: "" // if no title then no group title... 449 ,type: "base" // isBaseMap: true 450 ,layers: 451 { 452 "osm": 453 { 454 title: "Open Street Map" 455 ,type: "tile" 456 ,url: "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" 457 ,show: true 458 ,options: {attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'} 459 } 460 ,"none": 461 { 462 title: "None" 463 ,type: "tile" 464 } 465 } 466 } /* { 467 title: "General" 468 ,type: "base" 469 ,layers: 470 { 471 "default": 472 { 473 title: "Open Street Map" 474 ,type: "tile" 475 ,url: "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" 476 ,show: true 477 ,options: {attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'} 478 } 479 471 480 ,"none": 472 481 { … … 475 484 } 476 485 } 477 } /* {478 title: "General"479 ,type: "base"480 ,layers:481 {482 "default":483 {484 title: "Thunder Forest"485 ,type: "tile"486 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"487 ,show: true488 ,options: null489 }490 491 ,"none":492 {493 title: "None"494 ,type: "tile"495 }496 }497 486 } 498 487 ,"specific": 499 488 { 500 title: "Terrain Based" 501 ,type: "base" 502 ,layers: 503 { 504 "Open Cycle": 505 { 506 title: "Open Cycle Map" 507 ,type: "tile" 508 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png" 509 ,show: false 510 ,options: null 511 } 512 } 489 title: "Open Street Map" 490 ,type: "tile" 491 ,url: "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" 492 ,show: true 493 ,options: {attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'} 513 494 }*/ 514 495 /* … … 597 578 { 598 579 "default": 599 { 600 title: "Open Cycle Map" 601 ,type: "tile" 602 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png" 603 ,options: null 580 { 581 title: "Open Street Map" 582 ,type: "tile" 583 ,url: "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" 584 ,show: true 585 ,options: {attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'} 604 586 } 605 587 ,"none": -
adopters/nj/branches/2.3/src/main/webapps/ibisph-view/css/_SiteSpecific-general.css
r13340 r13466 260 260 */ 261 261 262 263 /*~~~~~~~~~~~~~~~~~Leaflet Map Attribution Placement~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ 264 265 .leaflet-container .leaflet-control-attribution { 266 margin-top: 28px; 267 } 268 269 .leaflet-control-attribution a:hover { 270 background-color: transparent; 271 } 272 273 262 274 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 263 275 * Specific info.css related CSS definition overrides.
Note: See TracChangeset
for help on using the changeset viewer.