Dear Damon,
I read the code, and found this functions that helped me tu gave the
markers "lat" and "lon" for rendering!
So, I help other people here, to appreciate them to help me.. (sharing
is caring :D )
The "xy" below, can be assigned for positioning:
var xy = T5.XY.init();
xy = T5.GeoXY.init(T5.Geo.P.parse("50 0"),
T5.Geo.radsPerPixel(view.getZoomLevel() ));
I think it has a bug! the first parameter(50) must be "lon", but it's
"lat" !
But, Your answer:
Yes!
My scenario is to make local maps with layers and markers and It must
have zooming slider.
But, I can't put the images by pixel, because the "tapMarker" trigger
doesn't work properly, specially when we pan and zoom the map.
Another problem is that I didn't found the function to give my map the
initial "lat" and "lon" of city.
Thanks, Saeed
On Aug 8, 5:16 pm, Damon Oehlman <
damon.oehl...@gmail.com> wrote:
> Hi Saeed,
>
> Is this for the purpose of using a draw layer to place images manually to create a map (which would work quite well)? If so, I might try and put something up on the wiki which deals with that specific use case if it's helpful.
>
> Sorry I've been quiet of late - snowed under with work :/
>
> Cheers,
> Damon.
>
> --
> Damon Oehlman
> t: DamonOehlman
>
>
http://distractable.net/http://www.sidelab.com/