Changeset 13456 in main
- Timestamp:
- 03/28/17 16:59:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm-epht/trunk/src/main/webapps/epht-view/WEB-INF/config/leaflet_maps.xml
r11195 r13456 151 151 center: [34.25, -107] 152 152 ,maxBounds: [[30.25, -101], [38.25, -111]] 153 ,attributionControl: true 153 154 } 155 154 156 155 157 /* This is the map's intent/purpose/. Valid values are: … … 233 235 } 234 236 } 237 ,"general": 238 { 239 title: "" // if no title then no group title... 240 ,type: "base" // isBaseMap: true 241 ,layers: 242 { 243 "osm": 244 { 245 title: "Open Street Map" 246 ,type: "tile" 247 ,url: "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" 248 ,show: true 249 ,options: {attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'} 250 } 251 ,"none": 252 { 253 title: "None" 254 ,type: "tile" 255 } 256 } 257 } 235 258 } 236 259 } … … 250 273 { 251 274 "Jenks": {title: "Jenks Natural Breaks", description: "Grouped by similar values - natural groupings inherent in the data"} 252 ,"Quantile": 275 ,"Quantile": {title: "Equal Groups (Quantile)", description: "Groups the data into equally sized value counts"} 253 276 ,"EqualInterval": {title: "Equal Intervals", description: "Grouping based on equally sized value ranges"} 254 277 ,"StdDev": {title: "Mean Standard Deviation", description: "Grouped by how much the value varies from the mean's value"} … … 282 305 ,["transparent", "#FFEDA0", "#FED976", "#FEB24C", "#FD8D3C", "#FC4E2A", "#E31A1C", "#BD0026"] 283 306 ,["transparent", "#FFEDA0", "#FED976", "#FEB24C", "#FD8D3C", "#FC4E2A", "#E31A1C", "#BD0026", "#800026"] 284 ] 307 ] 285 308 } 286 309 } … … 314 337 } 315 338 ,layers: 316 { 339 { 317 340 "GeoRegion": 318 341 { … … 366 389 } 367 390 } 368 }369 }370 ,"general":371 {372 title: "" // if no title then no group title...373 ,type: "base" // isBaseMap: true374 ,layers:375 {376 "forest":377 {378 title: "Thunder Forest"379 ,type: "tile"380 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"381 ,show: true382 ,options: null383 }384 ,"opencycle":385 {386 title: "Open Cycle Map"387 ,type: "tile"388 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"389 ,options: null390 }391 ,"none":392 {393 title: "None"394 ,type: "tile"395 }396 397 391 } 398 392 } … … 457 451 } 458 452 } 459 } 453 } 460 454 ,"points": 461 455 { … … 615 609 } 616 610 } 617 }618 }619 ,"general":620 {621 title: "" // if no title then no group title...622 ,type: "base" // isBaseMap: true623 ,layers:624 {625 "forest":626 {627 title: "Thunder Forest"628 ,type: "tile"629 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"630 ,show: true631 ,options: null632 }633 ,"opencycle":634 {635 title: "Open Cycle Map"636 ,type: "tile"637 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"638 ,options: null639 }640 ,"none":641 {642 title: "None"643 ,type: "tile"644 }645 646 611 } 647 612 } … … 889 854 } 890 855 } 891 ,"general":892 {893 title: "" // if no title then no group title...894 ,type: "base" // isBaseMap: true895 ,layers:896 {897 "forest":898 {899 title: "Thunder Forest"900 ,type: "tile"901 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"902 ,show: true903 ,options: null904 }905 ,"opencycle":906 {907 title: "Open Cycle Map"908 ,type: "tile"909 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"910 ,options: null911 }912 ,"none":913 {914 title: "None"915 ,type: "tile"916 }917 918 }919 }920 921 856 ,"roads": 922 857 { … … 995 930 } 996 931 } 997 } 998 932 } 999 933 ,"points": 1000 934 { … … 1101 1035 ,weight: 1.2 1102 1036 ,opacity: 1.0 1103 ,fillColor: "#8CB7BF" 1104 ,fillOpacity: 0.3 1037 ,fillOpacity: 0.0 1105 1038 } 1106 1039 } … … 1118 1051 ,weight: 1.2 1119 1052 ,opacity: 1.0 1120 ,fillColor: "#8CB7BF" 1121 ,fillOpacity: 0.3 1053 ,fillOpacity: 0.0 1122 1054 } 1123 1055 } … … 1133 1065 { 1134 1066 dashArray: "" 1135 ,color: "# EA055B"1067 ,color: "#81FF69" 1136 1068 ,weight: 1.2 1137 1069 ,opacity: 1.0 1138 ,fillColor: "#8CB7BF" 1139 ,fillOpacity: 0.3 1070 ,fillOpacity: 0.0 1140 1071 } 1141 1072 } … … 1234 1165 } 1235 1166 } 1236 }1237 }1238 ,"general":1239 {1240 title: "" // if no title then no group title...1241 ,type: "base" // isBaseMap: true1242 ,layers:1243 {1244 "forest":1245 {1246 title: "Thunder Forest"1247 ,type: "tile"1248 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"1249 ,show: true1250 ,options: null1251 }1252 ,"opencycle":1253 {1254 title: "Open Cycle Map"1255 ,type: "tile"1256 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"1257 ,options: null1258 }1259 ,"none":1260 {1261 title: "None"1262 ,type: "tile"1263 }1264 1265 1167 } 1266 1168 } … … 1498 1400 } 1499 1401 } 1500 ,"general":1501 {1502 title: "" // if no title then no group title...1503 ,type: "base" // isBaseMap: true1504 ,layers:1505 {1506 "forest":1507 {1508 title: "Thunder Forest"1509 ,type: "tile"1510 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"1511 ,show: true1512 ,options: null1513 }1514 ,"opencycle":1515 {1516 title: "Open Cycle Map"1517 ,type: "tile"1518 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"1519 ,options: null1520 }1521 ,"none":1522 {1523 title: "None"1524 ,type: "tile"1525 }1526 1527 }1528 }1529 1402 ,"roads": 1530 1403 { … … 1704 1577 ,weight: 1.2 1705 1578 ,opacity: 1.0 1706 ,fillColor: "#8CB7BF" 1707 ,fillOpacity: 0.3 1579 ,fillOpacity: 0.0 1708 1580 } 1709 1581 } … … 1721 1593 ,weight: 1.2 1722 1594 ,opacity: 1.0 1723 ,fillColor: "#8CB7BF" 1724 ,fillOpacity: 0.3 1595 ,fillOpacity: 0.0 1725 1596 } 1726 1597 } … … 1735 1606 { 1736 1607 dashArray: "" 1737 ,color: "# EA055B"1608 ,color: "#81FF69" 1738 1609 ,weight: 1.2 1739 1610 ,opacity: 1.0 1740 ,fillColor: "#8CB7BF" 1741 ,fillOpacity: 0.3 1611 ,fillOpacity: 0.0 1742 1612 } 1743 1613 } … … 1863 1733 } 1864 1734 } 1865 }1866 ,"general":1867 {1868 title: "" // if no title then no group title...1869 ,type: "base" // isBaseMap: true1870 ,layers:1871 {1872 "forest":1873 {1874 title: "Thunder Forest"1875 ,type: "tile"1876 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"1877 ,show: true1878 ,options: null1879 }1880 ,"opencycle":1881 {1882 title: "Open Cycle Map"1883 ,type: "tile"1884 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"1885 ,options: null1886 }1887 ,"none":1888 {1889 title: "None"1890 ,type: "tile"1891 }1892 1893 }1894 1735 } 1895 1736 ,"roads": … … 2209 2050 } 2210 2051 } 2211 ,"general":2212 {2213 title: "" // if no title then no group title...2214 ,type: "base" // isBaseMap: true2215 ,layers:2216 {2217 "forest":2218 {2219 title: "Thunder Forest"2220 ,type: "tile"2221 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"2222 ,show: true2223 ,options: null2224 }2225 ,"opencycle":2226 {2227 title: "Open Cycle Map"2228 ,type: "tile"2229 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"2230 ,options: null2231 }2232 ,"none":2233 {2234 title: "None"2235 ,type: "tile"2236 }2237 2238 }2239 }2240 2052 ,"roads": 2241 2053 { … … 2298 2110 } 2299 2111 } 2300 } 2112 } 2301 2113 ,"points": 2302 2114 { … … 2452 2264 } 2453 2265 } 2454 ,"general":2455 {2456 title: "" // if no title then no group title...2457 ,type: "base" // isBaseMap: true2458 ,layers:2459 {2460 "forest":2461 {2462 title: "Thunder Forest"2463 ,type: "tile"2464 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"2465 ,show: true2466 ,options: null2467 }2468 ,"opencycle":2469 {2470 title: "Open Cycle Map"2471 ,type: "tile"2472 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"2473 ,options: null2474 }2475 ,"none":2476 {2477 title: "None"2478 ,type: "tile"2479 }2480 2481 }2482 }2483 2266 ,"roads": 2484 2267 { … … 2836 2619 } 2837 2620 } 2838 ,"general":2839 {2840 title: "" // if no title then no group title...2841 ,type: "base" // isBaseMap: true2842 ,layers:2843 {2844 "forest":2845 {2846 title: "Thunder Forest"2847 ,type: "tile"2848 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"2849 ,show: true2850 ,options: null2851 }2852 ,"opencycle":2853 {2854 title: "Open Cycle Map"2855 ,type: "tile"2856 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"2857 ,options: null2858 }2859 ,"none":2860 {2861 title: "None"2862 ,type: "tile"2863 }2864 2865 }2866 }2867 2621 ,"roads": 2868 2622 { … … 3079 2833 } 3080 2834 } 3081 }3082 }3083 ,"general":3084 {3085 title: "" // if no title then no group title...3086 ,type: "base" // isBaseMap: true3087 ,layers:3088 {3089 "default":3090 {3091 title: "Thunder Forest"3092 ,type: "tile"3093 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"3094 ,show: true3095 ,options: null3096 }3097 ,"cycle":3098 {3099 title: "Open Cycle Map"3100 ,type: "tile"3101 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"3102 }3103 ,"none":3104 {3105 title: "None"3106 ,type: "tile"3107 }3108 3109 2835 } 3110 2836 } … … 3349 3075 } 3350 3076 } 3351 ,"general":3352 {3353 title: "" // if no title then no group title...3354 ,type: "base" // isBaseMap: true3355 ,layers:3356 {3357 "forest":3358 {3359 title: "Thunder Forest"3360 ,type: "tile"3361 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"3362 ,show: true3363 ,options: null3364 }3365 ,"opencycle":3366 {3367 title: "Open Cycle Map"3368 ,type: "tile"3369 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"3370 ,options: null3371 }3372 ,"none":3373 {3374 title: "None"3375 ,type: "tile"3376 }3377 3378 }3379 }3380 3077 ,"roads": 3381 3078 { … … 3629 3326 } 3630 3327 } 3631 ,"general":3632 {3633 title: "" // if no title then no group title...3634 ,type: "base" // isBaseMap: true3635 ,layers:3636 {3637 "forest":3638 {3639 title: "Thunder Forest"3640 ,type: "tile"3641 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"3642 ,show: true3643 ,options: null3644 }3645 ,"opencycle":3646 {3647 title: "Open Cycle Map"3648 ,type: "tile"3649 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"3650 ,options: null3651 }3652 ,"none":3653 {3654 title: "None"3655 ,type: "tile"3656 }3657 3658 }3659 }3660 3328 ,"roads": 3661 3329 { … … 3803 3471 } 3804 3472 } 3473 } 3474 ,"house": 3475 { 3476 title: "NM House" 3477 ,url: "view/json/map/GeoHouseLine.json" 3478 ,options: 3479 { 3480 style: 3481 { 3482 dashArray: "" 3483 ,color: "#EA055B" 3484 ,weight: 1.2 3485 ,opacity: 1.0 3486 ,fillOpacity: 0.0 3487 } 3488 } 3489 } 3490 ,"senate": 3491 { 3492 title: "NM Senate" 3493 ,url: "view/json/map/GeoSenateLine.json" 3494 ,options: 3495 { 3496 style: 3497 { 3498 dashArray: "" 3499 ,color: "#EA055B" 3500 ,weight: 1.2 3501 ,opacity: 1.0 3502 ,fillOpacity: 0.0 3503 } 3504 } 3805 3505 } 3806 3506 } … … 3915 3615 } 3916 3616 } 3917 ,"general":3918 {3919 title: "" // if no title then no group title...3920 ,type: "base" // isBaseMap: true3921 ,layers:3922 {3923 "forest":3924 {3925 title: "Thunder Forest"3926 ,type: "tile"3927 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"3928 ,show: true3929 ,options: null3930 }3931 ,"opencycle":3932 {3933 title: "Open Cycle Map"3934 ,type: "tile"3935 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"3936 ,options: null3937 }3938 ,"none":3939 {3940 title: "None"3941 ,type: "tile"3942 }3943 3944 }3945 }3946 3617 ,"roads": 3947 3618 { … … 4004 3675 } 4005 3676 } 4006 } 3677 } 4007 3678 ,"points": 4008 3679 { … … 4075 3746 ,fillOpacity: 0.0 4076 3747 } 4077 } 3748 } 4078 3749 } 4079 3750 ,"county": … … 4195 3866 } 4196 3867 } 4197 ,"general":4198 {4199 title: "" // if no title then no group title...4200 ,type: "base" // isBaseMap: true4201 ,layers:4202 {4203 "forest":4204 {4205 title: "Thunder Forest"4206 ,type: "tile"4207 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"4208 ,show: true4209 ,options: null4210 }4211 ,"opencycle":4212 {4213 title: "Open Cycle Map"4214 ,type: "tile"4215 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"4216 ,options: null4217 }4218 ,"none":4219 {4220 title: "None"4221 ,type: "tile"4222 }4223 4224 }4225 }4226 3868 ,"roads": 4227 3869 { … … 4369 4011 } 4370 4012 } 4013 } 4014 ,"house": 4015 { 4016 title: "NM House" 4017 ,url: "view/json/map/GeoHouseLine.json" 4018 ,options: 4019 { 4020 style: 4021 { 4022 dashArray: "" 4023 ,color: "#EA055B" 4024 ,weight: 1.2 4025 ,opacity: 1.0 4026 ,fillOpacity: 0.0 4027 } 4028 } 4029 } 4030 ,"senate": 4031 { 4032 title: "NM Senate" 4033 ,url: "view/json/map/GeoSenateLine.json" 4034 ,options: 4035 { 4036 style: 4037 { 4038 dashArray: "" 4039 ,color: "#EA055B" 4040 ,weight: 1.2 4041 ,opacity: 1.0 4042 ,fillOpacity: 0.0 4043 } 4044 } 4371 4045 } 4372 4046 } … … 4481 4155 } 4482 4156 } 4483 ,"general":4484 {4485 title: "" // if no title then no group title...4486 ,type: "base" // isBaseMap: true4487 ,layers:4488 {4489 "forest":4490 {4491 title: "Thunder Forest"4492 ,type: "tile"4493 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"4494 ,show: true4495 ,options: null4496 }4497 ,"opencycle":4498 {4499 title: "Open Cycle Map"4500 ,type: "tile"4501 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"4502 ,options: null4503 }4504 ,"none":4505 {4506 title: "None"4507 ,type: "tile"4508 }4509 4510 }4511 }4512 4157 ,"roads": 4513 4158 { … … 4761 4406 } 4762 4407 } 4763 ,"general":4764 {4765 title: "" // if no title then no group title...4766 ,type: "base" // isBaseMap: true4767 ,layers:4768 {4769 "forest":4770 {4771 title: "Thunder Forest"4772 ,type: "tile"4773 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"4774 ,show: true4775 ,options: null4776 }4777 ,"opencycle":4778 {4779 title: "Open Cycle Map"4780 ,type: "tile"4781 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"4782 ,options: null4783 }4784 ,"none":4785 {4786 title: "None"4787 ,type: "tile"4788 }4789 4790 }4791 }4792 4408 ,"roads": 4793 4409 { … … 4935 4551 } 4936 4552 } 4553 } 4554 ,"house": 4555 { 4556 title: "NM House" 4557 ,url: "view/json/map/GeoHouseLine.json" 4558 ,options: 4559 { 4560 style: 4561 { 4562 dashArray: "" 4563 ,color: "#EA055B" 4564 ,weight: 1.2 4565 ,opacity: 1.0 4566 ,fillOpacity: 0.0 4567 } 4568 } 4569 } 4570 ,"senate": 4571 { 4572 title: "NM Senate" 4573 ,url: "view/json/map/GeoSenateLine.json" 4574 ,options: 4575 { 4576 style: 4577 { 4578 dashArray: "" 4579 ,color: "#EA055B" 4580 ,weight: 1.2 4581 ,opacity: 1.0 4582 ,fillOpacity: 0.0 4583 } 4584 } 4937 4585 } 4938 4586 } … … 5039 4687 } 5040 4688 } 5041 ,"general":5042 {5043 title: "General"5044 ,type: "base"5045 ,layers:5046 {5047 "forest":5048 {5049 title: "Thunder Forest"5050 ,type: "tile"5051 ,url: "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png"5052 ,show: true5053 ,options: null5054 }5055 ,"opencycle":5056 {5057 title: "Open Cycle Map"5058 ,type: "tile"5059 ,url: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"5060 ,options: null5061 }5062 ,"none":5063 {5064 title: "None"5065 ,type: "tile"5066 ,show: true5067 }5068 }5069 }5070 5071 4689 ,"roads": 5072 4690 {
Note: See TracChangeset
for help on using the changeset viewer.