Révision 5c5b7504
Ajouté par Jocelyn Delande il y a presque 11 ans
show_capline.php | ||
---|---|---|
86 | 86 |
} |
87 | 87 |
?> |
88 | 88 |
<script> |
89 |
window.onload = draw_cap_map; |
|
89 |
window.onload = function() { |
|
90 |
var map = draw_cap_map(); |
|
91 |
all_refpoints = mk_all_refpoints_layer() |
|
92 |
map.addLayer(all_refpoints); |
|
93 |
add_refpoint_control(all_refpoints, map); |
|
94 |
} |
|
90 | 95 |
</script> |
91 | 96 |
</head> |
92 | 97 |
<body> |
Formats disponibles : Unified diff
Added a display of all the ref_points on the map.