Aug 092015
 

Sorry, this entry is only available in European Spanish.

  16 Responses to “(Español) GMLib – Google Maps Library v1.5.2”

  1. Fantásctica noticia.
    La inclusión de compatibilidad con OpenStreetMap es fantástica.

    Un saludo.

  2. Thank you very much!

  3. Que decir… Como siempre, un excelente trabajo.
    Y que has despertado mi curiosidad con la versión 2 de los componentes.
    Un saludo y felices vacaciones (si tienes…)

  4. Great work – compiles just fine! Looking forward to version 2!

  5. Hi, thanks a lot for new version. Great work !!!

    testing MegaDemo I noticed small difference in map zooming between1.5 and 1.5.2 version.
    After wheel or double click system first is scaling local map image and afterwards the map is loaded.

    Is this planned functionality or OSM effect ?

    (it looks bad with markes which are scaled too and after page load they are retruning to previous size)

  6. ¡Buenos días!
    Me pregunto si va a poner a disposición a través de GitHub la fuente y así podemos contribuir código?

    ¿Hay alguna posibilidad? porque he hecho la migración del mismo a RAD Seattle y me gustaría poner a disposición.

    Juliomar Marchetti

  7. Hello cadetill,

    these components are great, but i have a strange behavior by pannig the Map. If I pan the Map it sometimes jumps back to the original position. I can work around it by changing these Lines in GMMap.pas:
    try
    if MapEvents.CenterChanged and Assigned(FOnCenterChanged) then
    begin
    if not FIsUpdating then
    begin
    FIsUpdating := True;
    FRequiredProp.Center.Assign(LL);
    end;
    FIsUpdating := False;
    if Assigned(FOnCenterChanged) then FOnCenterChanged(Self, LL, MapEvents.X, MapEvents.Y);
    end;
    if MapEvents.Click and Assigned(FOnClick) then FOnClick(Self, LL, MapEvents.X, MapEvents.Y);
    if MapEvents.DblClick and Assigned(FOnDblClick) then FOnDblClick(Self, LL, MapEvents.X, MapEvents.Y);
    if MapEvents.MouseMove and Assigned(FOnMouseMove) then FOnMouseMove(Self, LL, MapEvents.X, MapEvents.Y);
    if MapEvents.MouseOut and Assigned(FOnMouseOut) then FOnMouseOut(Self, LL, MapEvents.X, MapEvents.Y);
    if MapEvents.MouseOver and Assigned(FOnMouseOver) then FOnMouseOver(Self, LL, MapEvents.X, MapEvents.Y);
    if MapEvents.RightClick and Assigned(FOnRightClick) then FOnRightClick(Self, LL, MapEvents.X, MapEvents.Y);
    finally
    FreeAndNil(LL);
    end;
    end;

    // Map drag, dargend, dragstart
    if MapEvents.Drag and Assigned(FOnDrag) then FOnDrag(Self);
    if MapEvents.DragEnd and Assigned(FOnDragEnd) then

    but I’m not shure if this is the final solution.

    Regards

  8. Hola,
    No se si sea error de Google o que algo ha cambiado en los navegadores, pero las aplicaciones que he desarrollado usando GMLib en ocasiones no carga el mapa completo, es decir, algunos “tiles” no cargan hasta que cambio la resolución (o el zoom) hacia abajo y arriba….
    Has notado este problema ??

    Saludos

Leave a Reply to Alex Cancel reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

This site uses Akismet to reduce spam. Learn how your comment data is processed.