Ticket #33 (assigned defect)

Opened 2 years ago

Last modified 1 year ago

modest maps marker not showing up (in AS3 branch)

Reported by: Mike Chen Assigned to: migurski (accepted)
Priority: major Milestone:
Keywords: Cc:

Description

I'm trying out the new marker support in branches/AS3/as2, I added the following line to SampleClient?2.fla, where "zoom in" is one of the existing symbols in the library of SampleClient?2.

container.map.putMarker("test marker",new Location(0, 0), "zoom in");

However, no visible marker showed up. Am I not using putMarker() correctly?

Thanks.

Change History

(follow-up: ↓ 2 ) 05/19/07 17:21:42 changed by migurski

  • status changed from new to assigned.
  • owner set to migurski.

This may be a dumb question, but is (0, 0) visible in your map view? Can you use "zoom in" as a symbol name with attachMovie separately from the maps, and have it work there?

(in reply to: ↑ 1 ) 05/20/07 16:16:19 changed by anonymous

Replying to migurski:

This may be a dumb question, but is (0, 0) visible in your map view? Can you use "zoom in" as a symbol name with attachMovie separately from the maps, and have it work there?

Yup. SampleClient?2 is centered at (0,0). And

container.attachMovie("zoom in", 'test symbol', 1);

successfully loads the "zoom in" symbol.

Are there examples showing how markers should be used?

07/06/07 11:45:33 changed by anonymous

07/08/07 01:19:59 changed by anonymous

07/31/07 23:31:39 changed by anonymous

07/31/07 23:51:17 changed by anonymous

08/01/07 00:13:10 changed by anonymous

???

08/14/07 15:41:42 changed by anonymous

08/16/07 05:51:48 changed by anonymous