Thank you. But I needed to make a sql query. Looking to find the function 
ImportFromView GISDK. My code looks like this:


Macro "Location by Coordinate"

     map = 
OpenMap("C:\\componentes\\DelphiXE2\\Maptitude\\demo3\\Mapas\\MapaSemLayer.map",
 {
     {"Auto Project", "True"}
         })
         
         view = OpenTable("ViewPontos", "ODBCQ", {"Maptitude_Firebird", "SELECT 
* FROM CLIENTES"})
         
     ImportFromView("ViewPontos|", {"ID", "LONGITUDE", "LATITUDE"}, 
"c:\\temp\\PontosImportados.dbd", {
     {"Label", "Layer de Pontos"},
     {"Layer Name", "Layer of Pontos"},
     {"Optimize", "True"}
     })  
         
         new_lyr = AddLayer(mapa, "Pontos", "c:\\temp\\PontosImportados.dbd", 
"Layer de Pontos", {{"Shared", "True"}})
     RunMacro("G30 new layer default settings", new_lyr)         
         
         RedrawMap(map)
endMacro


Edson

--- In [email protected], Armando Scalise <armando.scalise@...> wrote:
>
> In the Maptitude Help , search for "Creating a Map Layer from an ODBC Table"
> 
> Good luck
> 
> Armando Scalise
> 
> On Sun, May 27, 2012 at 11:20 AM, edsonmartins2005 <
> edsonmartins2005@...> wrote:
> 
> > **
> >
> >
> > I am needing to add points from a odbc sql query using GISDK in a layer of
> > points. Someone could tell me how to do this? I am needing to do the same
> > as the menu option Tools->Locate->Locate by coordinate.
> >
> > Edson
> >
> >  
> >
> 
> 
> 
> -- 
> Armando Scalise
>




------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Maptitude/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/Maptitude/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to