[ka-Map-dev] [Bug 2056] New: cargar un solo layer en mapa

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Wed Jun 3 10:49:13 EST 2009


http://bugzilla.maptools.org/show_bug.cgi?id=2056

           Summary: cargar un solo layer en mapa
           Product: ka-Map
           Version: 1.0
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: critical
          Priority: P2
         Component: documentation
        AssignedTo: ka-map-dev at lists.maptools.org
        ReportedBy: evenegas at getmedia.cl


estoy ocupando ka explorer y necesito cargar un solo layer en el mapa sin pasar
por el menu checkbox.
tengo la siguiente funcion

function load_Layer() {

    name='VERTICES';
    bVisible='true';

    layer=getLayer(name);
        layer.visible=true;
        setMapLayers();
        aMaps[currentMap].setLayerVisibility( name, bVisible );
        paintLayer(layer);

}

se que me falta 'this' pero no se que valor lleba, ademas la estoy llamando
desde una consulta.

-- 
Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the ka-Map-dev mailing list