Re: Freelance developers?

2009-04-27 Thread lynx...@gmail.com
My company is available for contract work. Please visit my website at http://www.lynxgeos.com for examples of my work in Flash and Google Maps. We pride ourselves on delivering affordable, robust software. thank you- John Middendorf Lynx Geosystems/Geospatial On Apr 27, 7:27 am, pamela fox wr

Re: GeoCoding

2009-03-08 Thread lynx...@gmail.com
> of time. > > Either way, Mike Williams has written up a nice page that talks about > this:http://econym.org.uk/gmap/geomulti.htm > > His page is about the JS API, but the concepts apply to the Flash API as well. > > - pamela > > On Mon, Feb 23, 2009 at 6:22 PM, lynx...@gm

Re: Add/remove markers

2009-03-08 Thread lynx...@gmail.com
08 pm, pamela fox wrote: > Hilynxmap- > > We're looking into the memory issues you reported. > > - pamela > > > > On Sun, Feb 15, 2009 at 1:29 PM, lynx...@gmail.com wrote: > > > You can see the memory issue with pretty much any map that uses > > marker

Re: Saving a map image

2009-03-01 Thread lynx...@gmail.com
safe to use static maps API within flash at all > due to the different ways that the referrer is sent across browsers. > > - pamela > > On Mon, Mar 2, 2009 at 7:26 AM, lynx...@gmail.com wrote: > > > Hi Pamela- > > > I'm not really sure what the referrer is,

Re: Saving a map image

2009-03-01 Thread lynx...@gmail.com
> > I'm guessing its the key issue- it likely fails the key check in the > print preview. Do you know what referrer is sent in print preview? > > - pamela > > On Sun, Mar 1, 2009 at 10:26 PM, lynx...@gmail.com wrote: > > > The top part of my message above got truncat

Re: Saving a map image

2009-03-01 Thread lynx...@gmail.com
The top part of my message above got truncated. I have been trying to get a Google static map to print, but it just won't show in the Print Preview. It shows on screen ok, but in Print Preview it disappears. I am thinking that there is some sort of Security Sandbox issue with printing the Static

Re: Saving a map image

2009-03-01 Thread lynx...@gmail.com
On Jan 21, 7:56 am, pamela fox wrote: > FYI, the Static Maps API also lets you do paths, but not polygons. > > But yes, it would be much easier for developers ifprintingjust > worked without extra effort. We're looking into it. > > - pamela > > On Sun, Jan 18, 20

Re: strange Security Sandbox violation

2009-02-28 Thread lynx...@gmail.com
in > your development folder? > > I doubt this will affect your live site; it sounds like an issue with > the local settings. > > - pamela > > On Wed, Feb 25, 2009 at 11:50 AM, lynx...@gmail.com wrote: > > > I am getting a strange Security Sandbox violation in my console.  

strange Security Sandbox violation

2009-02-24 Thread lynx...@gmail.com
I am getting a strange Security Sandbox violation in my console. It looks like this: *** Security Sandbox Violation *** SecurityDomain 'http://maps.googleapis.com/mapsapi/publicapi? file=flashapi&url=file%3A%2F %2F*&key=ABQIkBwFay22phh0viJJLxR3JBQv4oE5TpPllQtvuNMYFzRdZOB9nRQOVew_rNBdFX2yVoqU

GeoCoding

2009-02-22 Thread lynx...@gmail.com
Not sure what I am doing wrong. Trying to geocode about 200 points in a loop routine, but every one comes back as a geocode failure. I'm using Flex Builder 3. Here's my code: var count:int=0; private function tryGeocode(pt:ptVO):void{ var listingAddress:String=pt.Address;

Re: Overlay performance when panning map by dragging

2009-02-21 Thread lynx...@gmail.com
Hi Marko- Looks great. Thanks for sharing your code. Have you tried adding individual eventlisteners to each marker? Would that be possible with your design? cheers On Feb 22, 1:19 am, "markorautaj...@gmail.com" wrote: > Ok, just realized, that I really don't have to call > fromLatLngToPane

Re: Add/remove markers

2009-02-14 Thread lynx...@gmail.com
rrectly, can you > upload minimal code that replicates the issue? > > - pamela > > On Mon, Feb 2, 2009 at 3:59 PM, lynx...@gmail.com wrote: > > > I have a question that might be pertinent to this thread--I'm working > > on a map that might display a large number

Bring to front--Marker?

2009-02-10 Thread lynx...@gmail.com
Hi- Anybody have any cool trick ways to bring a particular marker to the top of the display? Assume a lot of overlapping markers. Cheers! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash"

markers with tooltips that contain images?

2009-02-02 Thread lynx...@gmail.com
Is it possible to have images in a marker tooltip without resorting to adding extra event listeners? I created a custom tooltip component, but there doesn't appear to be anyway to link it to a marker created in Actionscript. It seems that the marker class lacks the "toolTipCreate" method as many

Re: Add/remove markers

2009-02-01 Thread lynx...@gmail.com
I have a question that might be pertinent to this thread--I'm working on a map that might display a large number of markers. In the Profiler of FlexBuilder, I see that when this happens the largest memory usage is by com.maps.google. wrappers. Two questions: 1. Can you explain the function of th

Re: performance issues with large tile overlays

2009-01-29 Thread lynx...@gmail.com
r. So I'm not sure why their size should factor > into the build. > > - pamela > > On Thu, Jan 29, 2009 at 6:08 PM, lynx...@gmail.com wrote: > > > It's more in the rebuild process.  Basically it makes the compiler > > unworkable, each time it rebuilds it seems t

Re: performance issues with large tile overlays

2009-01-28 Thread lynx...@gmail.com
ever encounter 300,000 tiles. Why is it > doing so? > > - pamela > > On Thu, Jan 29, 2009 at 2:41 PM, lynx...@gmail.com wrote: > > > This is more of a Flex issue than a Google API. > > > Trying to get a countywide overlay tile set to perform with Flex has > >

performance issues with large tile overlays

2009-01-28 Thread lynx...@gmail.com
This is more of a Flex issue than a Google API. Trying to get a countywide overlay tile set to perform with Flex has been quite challenging. For Zoom 18, I originally had over 300,000 tiles. The tile set is a transparent PNG overlay of parcel boundaries, so over 70% of these were blank. I was

Re: Marker Manager for Flex

2009-01-28 Thread lynx...@gmail.com
ine > for me. > > On Jan 25, 6:38 pm, "lynx...@gmail.com" wrote: > > > Is it possible to add an event listener to the MarkerManager so that > > it returns info on the actual marker clicked or moused over? > > > On Jan 15, 7:04 am, "pamela (Google Emp

Re: Marker Manager for Flex

2009-01-25 Thread lynx...@gmail.com
Is it possible to add an event listener to the MarkerManager so that it returns info on the actual marker clicked or moused over? On Jan 15, 7:04 am, "pamela (Google Employee)" wrote: > Okay, great, thanks for letting me know. > > - pamel > > On Thu, Jan 15, 2009 at 2:37 AM, RBraxton wrote: > >

Re: Saving a map image

2009-01-17 Thread lynx...@gmail.com
tp://code.google.com/p/gmaps-api-issues/issues/detail?id=545http://code.google.com/p/gmaps-api-issues/issues/detail?id=853 > > You could however use the Static Maps API inside a webpage to attempt > to replicate what was on the map (depending on your use case). > > - pamela > > On

Saving a map image

2009-01-11 Thread lynx...@gmail.com
Is it possible (both in terms of technically, and according to the license terms) to save an image of the map (with overlays) in a separate file, such as a PDF or a jpg? It appears that the tiles would need to be accessed? Or is there another way to capture the contents in the map window. Any l

latest SWC

2009-01-03 Thread lynx...@gmail.com
To find the latest SWC for Google Maps for Flash, I go to http://code.google.com/apis/maps/documentation/flash/ download the file, and discover then that, for example, the SWC has been upgraaded to version 1.8c. I have been looking, and have been unable to find for the life of me, a changelog for