Changeset 12480 in main
- Timestamp:
- 12/08/16 10:14:28 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/ky/trunk/src/main/webapps/ibisph-view/WEB-INF/config/leaflet_maps.xml
r11648 r12480 244 244 245 245 <!-- Named map configurations --> 246 <MAP> 246 <MAP> 247 247 <NAME>DEFAULT</NAME> //THIS IS THE DEFAULT MAP CONFIGURATION, if a map configuration is not specified // 248 248 <TITLE>Default</TITLE> … … 387 387 { 388 388 } 389 } */ // Don't forget to add comma in front of GeoLHD if GeoCnty is commented out 389 } // Don't forget to add comma in front of GeoLHD if GeoCnty is commented out 390 390 391 "GeoLHD": 391 392 { … … 395 396 { 396 397 } 397 } 398 } */ 398 399 } 399 400 } … … 403 404 </JSON_OPTIONS> 404 405 </MAP> 406 407 405 408 406 409 <MAP> … … 486 489 } 487 490 } 491 /* 488 492 ,layers: 489 493 { … … 516 520 } 517 521 } 522 */ 518 523 } 519 524 } … … 602 607 } 603 608 604 ,"water":609 /* ,"water": 605 610 { 606 611 title: "Water" … … 627 632 } 628 633 } 629 634 */ 630 635 ,"selections": 631 636 { … … 654 659 ,"GeoLHD": 655 660 { 656 title: " Region"661 title: "Local Health Regions" 657 662 ,type: "selection" 658 663 ,url: "view/json/map/GeoLHD.json" … … 660 665 ,dependentHTMLInputElement: {name: "GeoProxy", value: "GeoLHD"} 661 666 } 662 ,"Geo Sarea":663 { 664 title: " Small Area"667 ,"GeoADD": 668 { 669 title: "Area Development Districts" 665 670 ,type: "selection" 666 ,url: "view/json/map/Geo Sarea.json"671 ,url: "view/json/map/GeoADD.json" 667 672 ,show: false 668 ,dependentHTMLInputElement: {name: "GeoProxy", value: "Geo Sarea"}673 ,dependentHTMLInputElement: {name: "GeoProxy", value: "GeoADD"} 669 674 } 670 675 }
Note: See TracChangeset
for help on using the changeset viewer.