p (Molindho siirsi sivun Widget:Ol3BaroMap-s uudelle nimelle Widget:Ol10BaroMap-s luomatta ohjausta: Tekstin korvaus – ”Ol3” muotoon ”Ol10”) |
Ei muokkausyhteenvetoa |
||
| Rivi 37: | Rivi 37: | ||
var page = '<!--{$page|escape:'urlpathinfo'}-->'; | var page = '<!--{$page|escape:'urlpathinfo'}-->'; | ||
var container = '<!--{$id|default:CommonObsMap|escape:'html'}-->_container'; | |||
if ( '<!--{$hero|default:false|escape:'html'}-->' == 'true' ) { | |||
container = jQuery( '.hero-container' ).attr( 'id' ); | |||
jQuery( '.hero-container' ).addClass( 'hero-map' ); | |||
jQuery( '.hero-container' ).removeClass( 'hero-empty' ); | |||
jQuery ( '#' + container ).css( 'border-bottom', '1px solid #e4e3de' ); | |||
} | |||
function gotCoords(request) { | function gotCoords(request) { | ||
| Rivi 128: | Rivi 136: | ||
// do the base map with these settings | // do the base map with these settings | ||
var map = jwMakeMap({ | var map = jwMakeMap({ | ||
'container': | 'container': container, | ||
'base': base, | 'base': base, | ||
'lon': lon, | 'lon': lon, | ||


