Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

yws-maps · Yahoo! Maps Developer Community

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 4317
  • Category: Internet
  • Founded: Jun 9, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 3619 - 3648 of 7492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#3619 From: matt sword <matthewjsword@...>
Date: Tue Aug 1, 2006 12:33 pm
Subject: Re: AJAX Overlaying GeoRSS
matthewjsword
Send Email Send Email
 
There seems to be a problem with your xml. When I tried to browse to the xml
file your referencing, I got an error.
I've never used this method, so I'm not sure if it's normal. My hunch is if you
can fix the following error it might work properly.
Reference to undeclared namespace prefix:  'ymaps'. Error processing resource 
'http://www.alphacommunity.com/mapping/rssTest...

  <ymaps:Groups>

Matt



Gregory Gottfried <gsg@...> wrote:
I have been running test trying to get custom markers to work using
  GeoRSS.  I had it working last week.  When I attempted to add more items
  I ran into some odd problems.

  1. The center and zoom is still zooming to a location I was using
  for an older test.  I changed it in the HTML yet it zooms to the old
  location
  2. only one group ID is appearing.  Yet I have about 6 different
  groups and 7 items.

  Here is the link to the page, please help!

  http://www.alphacommunity.com/mapping/rssTest.html

  Greg Gottfried

  Alpha Community Development

  [T] 503.452.8003

  [M] 503.349.5899

  [E] gsg@... <mailto:gsg@...>

  [Non-text portions of this message have been removed]






---------------------------------
See the all-new, redesigned Yahoo.com.  Check it out.

[Non-text portions of this message have been removed]

#3620 From: raad alturki <raad_t@...>
Date: Tue Aug 1, 2006 2:31 pm
Subject: retreive ImageMap problem
raad_t
Send Email Send Email
 
I am developing mobile program which uses the yahoo web Image services. The
program basically try to retrieve the Image file from the web services. I
established a REST request as following:
  
http://api.local.yahoo.com/MapsService/V1/mapImage?appid=YahooDemo&street=70\
1+First+Avenue&city=Sunnyvale&state=CA

   And it returns this result:

<?xml version="1.0" encoding="UTF-8"?>

<Result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

http://img.maps.yahoo.com/mapimage?MAPDATA=eJz6K.d6wXVM6myr2yRPfx6.kl.uMGgD3Tu4J\
tDQzr_33pFEsTTSaosZ9OCtsiDrsLv9t65fzjz0CJm6JO2v_ZIHLflY9gto.xWMK9ovlRJVmrBLO4FoS\
sh3Ipsr

</Result>


   This result contains the URL for the Image file. When I try to connect to
retrieve the image file using Http request, the server do not give me the Image
that I want. But when I try to retrieve the image from the normal browser like
Explorer I browse the Image file without any problem.

   The Code for retrieving the Image is as following:

   url
=”http://img.maps.yahoo.com/mapimage?MAPDATA=MhQFRud6wXV2pfieooMGW6MwV9h9Q7Dn.Fv\
1bBDhXUKqKbl8wOviAU7s1DpiA9CLpEF5PusQPFITTS7VszYMrghqqgBzXMZhiH1jaKETzvB3pVof9zU\
rqAbCiNB1KMJQwA--&mvt=m";

                   hc = (HttpConnection)Connector.open(url);
                   int length = (int)hc.getLength();
                   byte[] data = null;

                   if (length != -1) {
                      data = new byte[length];
                      in = new DataInputStream(hc.openInputStream());
                      in.readFully(data);
                    }
                   else {
                       // If content length is not given, read in chunks.
                      int chunkSize = 512;
                      int index = 0;
                      int readLength = 0;
                      in = new DataInputStream(hc.openInputStream());
                      data = new byte[chunkSize];
                      do {
                         if (data.length < index + chunkSize) {
                           byte[] newData = new byte[index + chunkSize];
                           System.arraycopy(data, 0, newData, 0, data.length);
                           data = newData;
                         }
                         readLength = in.read(data, index, chunkSize);
                         index += readLength;
                       } while (readLength == chunkSize);
                      length = index;
                     }

   This Code is not getting the file, when I try to retreive any other image from
the local server it works fine.

    Can any one help ?


---------------------------------
Do you Yahoo!?
  Everyone is raving about the  all-new Yahoo! Mail Beta.

[Non-text portions of this message have been removed]

#3621 From: "Ian Quartermaine" <iquarter@...>
Date: Tue Aug 1, 2006 11:46 am
Subject: Australian street address geocodes
ignobler
Send Email Send Email
 
hi,

I've started to do a number of mapping mash-ups and I am at a stage
where I need to decode(geocode) Australian street addreses.
Early attempts with google and Yahoo standard codes fail.
Eg. http://api.local.yahoo.com/MapsService/V1/geocode?appid=YahooDemo
<http://api.local.yahoo.com/MapsService/V1/geocode?appid=YahooDemo&stree
t=6+Coral+Gables+Key&city=Gold+Coast&state=QLD&country=Australia>
&street=6+Coral+Gables+Key&city=Gold+Coast&state=QLD&country=Australia
I know it is possible because the guys at
http://www.batchgeocode.com/lookup/ are doing it. ( ie it works for
Aussie addresses)
Can anyone help?

Ian Quartermaine
Mob: 0410426654
Home : 55785401
Web :  <http://www.point2five.net.au/> http://www.point2five.net.au



[Non-text portions of this message have been removed]

#3622 From: rico acacia <rico_acacia@...>
Date: Tue Aug 1, 2006 4:21 pm
Subject: hello
rico_acacia
Send Email Send Email
 
hi there, i have been having problems with geocoding using IP address it's not
just working the way i want. pls i dont know if i can see any help here. i want
it in such a way that the client will be monitored immediately he/she enter the
desired site and at least to a degree of accuracy i should know the client
geographical location and it must affect the map displayed on the page.



---------------------------------
Do you Yahoo!?
  Next-gen email? Have it all with the  all-new Yahoo! Mail Beta.

[Non-text portions of this message have been removed]

#3623 From: "Aaron King" <aaronk@...>
Date: Tue Aug 1, 2006 5:56 pm
Subject: RE: Version Numbers?
adk365
Send Email Send Email
 
Hi Elena,



That's a very good point.  In our last documentation push, we forgot to
update the code samples to point to the latest version, but that will be
fixed with the next doc push.



Aaron King

aaronk@...

   _____

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf
Of ridemaps
Sent: Tuesday, July 25, 2006 10:07 AM
To: yws-maps@yahoogroups.com
Subject: [yws-maps] Version Numbers?



Hi Aaron,

Is there a list somewhere of the current versions of each of the
APIs? I haven't seen v3.02 mentioned anywhere other than your posts.

Elena

--- In yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com, "Aaron
King" <aaronk@...> wrote:
>
> Hi Doug,
>
>
>
> I'm using WinXP, FF 1.5 and IE 6.0. They both work fine for me.
Do you
> have anything you can use to watch the http traffic? That might
give us a
> clue as you what's happening. Also, could you try switching the
latest
> version to see if that makes any difference? Here's the url for
the latest:
>
>
>
> http://maps. <http://maps.yahooapis.com/v3.02/fl/javascript/apiloader.js>
yahooapis.com/v3.02/fl/javascript/apiloader.js
>
>
>
> Thanks,
>
>
>
> Aaron King
>
> aaronk@...





[Non-text portions of this message have been removed]

#3624 From: "Aaron King" <aaronk@...>
Date: Tue Aug 1, 2006 6:10 pm
Subject: RE: Loading External PNG into CustomSWFMarker
adk365
Send Email Send Email
 
Which version of the flash player are you running?  Flash 7 is only capable
of loading swfs and jpegs.  Flash 8 and above can load pngs.



Aaron King

aaronk@...

   _____

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf
Of abritez
Sent: Thursday, July 27, 2006 8:40 AM
To: yws-maps@yahoogroups.com
Subject: [yws-maps] Loading External PNG into CustomSWFMarker



Just want to make sure I'm not going crazy, but could anyone else get this
to work?

I'm passing imagePath to a marker and for some reason if the image is a PNG
it doesn't show
up, but JPEG shows up fine.

does the following also account for CustomSWFMarker. It doesn't really make
sense since it is
an external swf that importing an external PNG, so i would think that it is
independent of the
Yahoo API

CustomImageMarker (url)
Lets you to add a custom image to the map surface at a specific position.
Currently, images
may only be SWF files or non-progressive JPEGs.





[Non-text portions of this message have been removed]

#3625 From: "Aaron King" <aaronk@...>
Date: Tue Aug 1, 2006 6:14 pm
Subject: RE: getActiveTool tool info?
adk365
Send Email Send Email
 
You could do a comparison with the stored tool variables to determine which
one it is..  kind of like this:



var panTool = new PanTool();

map.addTool(panTool, true)



var activeTool = map.getActiveTool();



if (activeTool == panTool) {

             trace("The PanTool is active");

}



Aaron King

aaronk@...

   _____

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf
Of billiam7777777
Sent: Thursday, July 27, 2006 3:01 PM
To: yws-maps@yahoogroups.com
Subject: [yws-maps] getActiveTool tool info?



If I have some code like this:

"var WhichTool = map.getActiveTool();"

HOW do I access the NAME of the tool object I just pulled? I've tried:
"WhichTool.tool" with no luck.

When I trace the variable trace(WhichTool) I get back [object]
[object] which of course I know is the tool object, but how do you
determine what the tool object consists of if the API doesn't talk
about it?

Thanks,
Bill





[Non-text portions of this message have been removed]

#3626 From: "abritez" <abritez@...>
Date: Tue Aug 1, 2006 6:23 pm
Subject: Re: Loading External PNG into CustomSWFMarker
abritez
Send Email Send Email
 
I'm using 8, it runs fine if i test marker outside of yahoo maps, but
once i call it inside the map then it doesn't show up.

#3627 From: "Aaron King" <aaronk@...>
Date: Tue Aug 1, 2006 6:24 pm
Subject: RE: API ID
adk365
Send Email Send Email
 
Is everyone still having trouble registering their app IDs?  I just tried
one and it worked just fine.  Please let us know if this is still a problem
for you.



Thanks!



Aaron King

aaronk@...

   _____

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf
Of finestjava
Sent: Thursday, July 27, 2006 1:23 PM
To: yws-maps@yahoogroups.com
Subject: [yws-maps] API ID




I just joined the group and have a question about the ID

I filled in my requested ID and the optional email address
click submit and then all I get is a page with nothing except
two lines at the top.

No confirmation or anything

For a starters I took one of the examples on the JS Flash and uploaded
it to my webserver and nothing but a blank page.

I am using the yahoodemo id

I also tried the id I requested and it did the same thing.

have I missed something?

Thanks





[Non-text portions of this message have been removed]

#3628 From: "Aaron King" <aaronk@...>
Date: Tue Aug 1, 2006 6:27 pm
Subject: RE: Map component not working in Flash 8
adk365
Send Email Send Email
 
It should work just fine in Flash 8.  Try re-installing the component,
restarting Flash, and then dragging the component from your components panel
into your library.  If you get a dialog, select the option to "replace all".
Let us know if that works.



Aaron King

aaronk@...

   _____

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf
Of marcusgellis
Sent: Friday, July 28, 2006 8:41 AM
To: yws-maps@yahoogroups.com
Subject: [yws-maps] Map component not working in Flash 8



PREFACE: I'm not much of a coder. I'm a graphic designer.

So I'm building a site using Flash 8 and wanted to use this map
component. I follow all the instructions and get absolutely nothing.
I'm just wondering what I'm missing or if this is an issue with Flash
8. It worked fine for me on another project last month, but last week
I upgraded Studio MX 2004 to Studio 8. Now, no worky. Help!

-Marcus





[Non-text portions of this message have been removed]

#3629 From: "Gregory Gottfried" <gsg@...>
Date: Tue Aug 1, 2006 6:50 pm
Subject: RE: Map component not working in Flash 8
discus2_22
Send Email Send Email
 
I cant get a map to display when I have MapViews.MAP selected.



Greg Gottfried

Alpha Community Development

[T] 503.452.8003

[M] 503.349.5899

[E] gsg@... <mailto:gsg@...>







________________________________

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On
Behalf Of Aaron King
Sent: Tuesday, August 01, 2006 11:27 AM
To: yws-maps@yahoogroups.com
Subject: RE: [yws-maps] Map component not working in Flash 8



It should work just fine in Flash 8. Try re-installing the component,
restarting Flash, and then dragging the component from your components
panel
into your library. If you get a dialog, select the option to "replace
all".
Let us know if that works.

Aaron King

aaronk@... <mailto:aaronk%40yahoo-inc.com>

_____

From: yws-maps@yahoogroups.com <mailto:yws-maps%40yahoogroups.com>
[mailto:yws-maps@yahoogroups.com <mailto:yws-maps%40yahoogroups.com> ]
On Behalf
Of marcusgellis
Sent: Friday, July 28, 2006 8:41 AM
To: yws-maps@yahoogroups.com <mailto:yws-maps%40yahoogroups.com>
Subject: [yws-maps] Map component not working in Flash 8

PREFACE: I'm not much of a coder. I'm a graphic designer.

So I'm building a site using Flash 8 and wanted to use this map
component. I follow all the instructions and get absolutely nothing.
I'm just wondering what I'm missing or if this is an issue with Flash
8. It worked fine for me on another project last month, but last week
I upgraded Studio MX 2004 to Studio 8. Now, no worky. Help!

-Marcus

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]

#3630 From: "Aaron King" <aaronk@...>
Date: Tue Aug 1, 2006 7:25 pm
Subject: RE: Re: Loading External PNG into CustomSWFMarker
adk365
Send Email Send Email
 
What method are you using to load the png file?  loadMovie?
MovieClipLoader?  or something else?



Aaron King

aaronk@...

   _____

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf
Of abritez
Sent: Tuesday, August 01, 2006 11:24 AM
To: yws-maps@yahoogroups.com
Subject: [yws-maps] Re: Loading External PNG into CustomSWFMarker



I'm using 8, it runs fine if i test marker outside of yahoo maps, but
once i call it inside the map then it doesn't show up.





[Non-text portions of this message have been removed]

#3631 From: "Aaron King" <aaronk@...>
Date: Tue Aug 1, 2006 7:26 pm
Subject: RE: Map component not working in Flash 8
adk365
Send Email Send Email
 
Hi Greg,



Which method are you using of selecting it?  The properties panel,
programmatically, or the SatelliteControlWidget?



Aaron King

aaronk@...

   _____

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf
Of Gregory Gottfried
Sent: Tuesday, August 01, 2006 11:50 AM
To: yws-maps@yahoogroups.com
Subject: RE: [yws-maps] Map component not working in Flash 8



I cant get a map to display when I have MapViews.MAP selected.

Greg Gottfried

Alpha Community Development

[T] 503.452.8003

[M] 503.349.5899

[E] gsg@alphacommunity. <mailto:gsg%40alphacommunity.com> com
<mailto:gsg@alphacommunity. <mailto:gsg%40alphacommunity.com> com>

________________________________

From: yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com
[mailto:yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com] On
Behalf Of Aaron King
Sent: Tuesday, August 01, 2006 11:27 AM
To: yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com
Subject: RE: [yws-maps] Map component not working in Flash 8

It should work just fine in Flash 8. Try re-installing the component,
restarting Flash, and then dragging the component from your components
panel
into your library. If you get a dialog, select the option to "replace
all".
Let us know if that works.

Aaron King

aaronk@yahoo- <mailto:aaronk%40yahoo-inc.com> inc.com
<mailto:aaronk%40yahoo-inc.com>

_____

From: yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com
<mailto:yws-maps%40yahoogroups.com>
[mailto:yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com
<mailto:yws-maps%40yahoogroups.com> ]
On Behalf
Of marcusgellis
Sent: Friday, July 28, 2006 8:41 AM
To: yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com
<mailto:yws-maps%40yahoogroups.com>
Subject: [yws-maps] Map component not working in Flash 8

PREFACE: I'm not much of a coder. I'm a graphic designer.

So I'm building a site using Flash 8 and wanted to use this map
component. I follow all the instructions and get absolutely nothing.
I'm just wondering what I'm missing or if this is an issue with Flash
8. It worked fine for me on another project last month, but last week
I upgraded Studio MX 2004 to Studio 8. Now, no worky. Help!

-Marcus

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]

#3632 From: "Gregory Gottfried" <gsg@...>
Date: Tue Aug 1, 2006 7:31 pm
Subject: RE: Map component not working in Flash 8
discus2_22
Send Email Send Email
 
This is what I am using:



var map = new Map("mapContainer", "alphaMAP",

"9650 SW Nimbus Avenue Beaverton, OR", 3, MapViews.HYBRID);







Greg Gottfried

Alpha Community Development

[T] 503.452.8003

[M] 503.349.5899

[E] gsg@... <mailto:gsg@...>







________________________________

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On
Behalf Of Aaron King
Sent: Tuesday, August 01, 2006 12:27 PM
To: yws-maps@yahoogroups.com
Subject: RE: [yws-maps] Map component not working in Flash 8



Hi Greg,

Which method are you using of selecting it? The properties panel,
programmatically, or the SatelliteControlWidget?

Aaron King

aaronk@... <mailto:aaronk%40yahoo-inc.com>

_____

From: yws-maps@yahoogroups.com <mailto:yws-maps%40yahoogroups.com>
[mailto:yws-maps@yahoogroups.com <mailto:yws-maps%40yahoogroups.com> ]
On Behalf
Of Gregory Gottfried
Sent: Tuesday, August 01, 2006 11:50 AM
To: yws-maps@yahoogroups.com <mailto:yws-maps%40yahoogroups.com>
Subject: RE: [yws-maps] Map component not working in Flash 8

I cant get a map to display when I have MapViews.MAP selected.

Greg Gottfried

Alpha Community Development

[T] 503.452.8003

[M] 503.349.5899

[E] gsg@alphacommunity. <mailto:gsg%40alphacommunity.com> com
<mailto:gsg@alphacommunity. <mailto:gsg%40alphacommunity.com> com>

________________________________

From: yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com
[mailto:yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com]
On
Behalf Of Aaron King
Sent: Tuesday, August 01, 2006 11:27 AM
To: yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com
Subject: RE: [yws-maps] Map component not working in Flash 8

It should work just fine in Flash 8. Try re-installing the component,
restarting Flash, and then dragging the component from your components
panel
into your library. If you get a dialog, select the option to "replace
all".
Let us know if that works.

Aaron King

aaronk@yahoo- <mailto:aaronk%40yahoo-inc.com> inc.com
<mailto:aaronk%40yahoo-inc.com>

_____

From: yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com
<mailto:yws-maps%40yahoogroups.com>
[mailto:yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com
<mailto:yws-maps%40yahoogroups.com> ]
On Behalf
Of marcusgellis
Sent: Friday, July 28, 2006 8:41 AM
To: yws-maps@yahoogroup <mailto:yws-maps%40yahoogroups.com> s.com
<mailto:yws-maps%40yahoogroups.com>
Subject: [yws-maps] Map component not working in Flash 8

PREFACE: I'm not much of a coder. I'm a graphic designer.

So I'm building a site using Flash 8 and wanted to use this map
component. I follow all the instructions and get absolutely nothing.
I'm just wondering what I'm missing or if this is an issue with Flash
8. It worked fine for me on another project last month, but last week
I upgraded Studio MX 2004 to Studio 8. Now, no worky. Help!

-Marcus

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]

#3633 From: "adrianbird" <abird@...>
Date: Tue Aug 1, 2006 9:11 pm
Subject: Re: Ymap causing browser to hang on exit
adrianbird
Send Email Send Email
 
Hi Mark,
FWIW I am seeing the same thing, and also see the same behaviour if I
try to reload the markers as I drag the map around.... looks like I
will be trying the GeoRSS approach to see if that way of bulkloading
markers somehow gets rid of the overhead... did you have any luck
with yours ?
adrian

--- In yws-maps@yahoogroups.com, merritt mark <shootnhoops25@...>
wrote:
>
> I am having a problem with ymap causing the browser to
> hang on exit of the page.  The browser hangs for a
> little over 60 seconds and then I get the following
> message: "A script on this page is causing Internet
> Explorer to run slowly.  If it continues to run, your
> computer may become unresponsive.  Do you want to
> abort the script?" After aborting the browser begins
> to function properly.
>
> I am using AJAX.  I am loading about 430 locations
> with addMarker.  The map loads a little slow, but it
> works OK until I attempt to exit the web page. then
> the browser hangs.
>
> Any ideas as to what might be causing the problem?
> Mark
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

#3634 From: Vince Maniago <uvince@...>
Date: Tue Aug 1, 2006 10:34 pm
Subject: Re: Re: Ymap causing browser to hang on exit
uvince
Send Email Send Email
 
Link?


----- Original Message ----
From: adrianbird <abird@...>
To: yws-maps@yahoogroups.com
Sent: Tuesday, August 1, 2006 2:11:43 PM
Subject: [yws-maps] Re: Ymap causing browser to hang on exit

Hi Mark,
FWIW I am seeing the same thing, and also see the same behaviour if I
try to reload the markers as I drag the map around.... looks like I
will be trying the GeoRSS approach to see if that way of bulkloading
markers somehow gets rid of the overhead... did you have any luck
with yours ?
adrian

--- In yws-maps@yahoogroup s.com, merritt mark <shootnhoops25@ ...>
wrote:
>
> I am having a problem with ymap causing the browser to
> hang on exit of the page. The browser hangs for a
> little over 60 seconds and then I get the following
> message: "A script on this page is causing Internet
> Explorer to run slowly. If it continues to run, your
> computer may become unresponsive. Do you want to
> abort the script?" After aborting the browser begins
> to function properly.
>
> I am using AJAX. I am loading about 430 locations
> with addMarker. The map loads a little slow, but it
> works OK until I attempt to exit the web page. then
> the browser hangs.
>
> Any ideas as to what might be causing the problem?
> Mark
>
> ____________ _________ _________ _________ _________ __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail. yahoo.com
>




[Non-text portions of this message have been removed]

#3635 From: "adrianbird" <abird@...>
Date: Wed Aug 2, 2006 4:05 am
Subject: Re: Ymap causing browser to hang on exit
adrianbird
Send Email Send Email
 
http://www.unistardesign.com/map/manymarkers.php is a demo page to
illustrate the behaviour. Click the <Plot Markers> button to add the
markers to the map - then with 200 added there are a couple of things
to look at

1) if you "refresh" the screen, IE pauses for 10+ seconds before the
refresh executes... (if you refresh with no markers in the map the
refresh occurs immediately

2) if you display 200 markers, then replot 200 more markers (the
pages calls map.removeAllMarkers() prior to redisplay) there is a
noticeable pause prior to each redisplay.. it is very slow and
similar slow in time to the behaviour in #1 above.

-- in addition this demo file also illustrates another problem that
starts to show up - which is after about 3 cycles of displaying
markers and removing them I start to get Interner Explorer warnings
a "slow script"  (which means that we are hitting the max number of
statements for a page)

Note: I have used setTimeout() to help speed up the display process
(and that seems to work) however the behavior of slow browser
response following a large number of markers is consistent whether
there setTimeout is used.. or not.

Adrian

--- In yws-maps@yahoogroups.com, Vince Maniago <uvince@...> wrote:
>
> Link?
>
>
> ----- Original Message ----
> From: adrianbird <abird@...>
> To: yws-maps@yahoogroups.com
> Sent: Tuesday, August 1, 2006 2:11:43 PM
> Subject: [yws-maps] Re: Ymap causing browser to hang on exit
>
> Hi Mark,
> FWIW I am seeing the same thing, and also see the same behaviour if
I
> try to reload the markers as I drag the map around.... looks like I
> will be trying the GeoRSS approach to see if that way of
bulkloading
> markers somehow gets rid of the overhead... did you have any luck
> with yours ?
> adrian
>
> --- In yws-maps@yahoogroup s.com, merritt mark <shootnhoops25@ ...>
> wrote:
> >
> > I am having a problem with ymap causing the browser to
> > hang on exit of the page. The browser hangs for a
> > little over 60 seconds and then I get the following
> > message: "A script on this page is causing Internet
> > Explorer to run slowly. If it continues to run, your
> > computer may become unresponsive. Do you want to
> > abort the script?" After aborting the browser begins
> > to function properly.
> >
> > I am using AJAX. I am loading about 430 locations
> > with addMarker. The map loads a little slow, but it
> > works OK until I attempt to exit the web page. then
> > the browser hangs.
> >
> > Any ideas as to what might be causing the problem?
> > Mark
> >
> > ____________ _________ _________ _________ _________ __
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail. yahoo.com
> >
>
>
>
>
> [Non-text portions of this message have been removed]
>

#3636 From: "N F" <knight_leb@...>
Date: Wed Aug 2, 2006 3:47 am
Subject: Markers bases on votes
knight_leb
Send Email Send Email
 
Greetings - This is my first attempt at yahoo Maps and because of
time-constraints, I thought about asking for help first.  I did some
searching on the site but couldn't find what am looking for, here I am
asking.

I'm building a non-profit site with a petition form, I would like to
place a map showing markers for the total submitters in each state and
or country when a user fills the form with their information.  I'm
thinking I have to build a form and store the data for an extraction
by the map application.

I found this site that gives an idea of what am looking for.  Their
map doesn't show markers based on voters and their location, rather
their office addresses in various states and countries. The site is
http://www.one.org

Any help is greatly appreciated.

Nabil

#3637 From: Leonard Monroe <m0219@...>
Date: Wed Aug 2, 2006 1:35 pm
Subject: Re: Re: route planning?
x3x4x5x33
Send Email Send Email
 
Thanks  mappers.
   Your work has helped this slow ole man find a solution

   We  can all do some  Good



Leonard M. Monroe



[Non-text portions of this message have been removed]

#3638 From: "dmaestro22" <dmaestro22@...>
Date: Wed Aug 2, 2006 4:24 pm
Subject: Re: route planning?
dmaestro22
Send Email Send Email
 
Can you please share with these slower ole men and women what the
solution is you found?

Thanks,
Doug

--- In yws-maps@yahoogroups.com, Leonard Monroe <m0219@...> wrote:
>
> Thanks  mappers.
>   Your work has helped this slow ole man find a solution
>
>   We  can all do some  Good
>
>
>
> Leonard M. Monroe
>
>
>
> [Non-text portions of this message have been removed]
>

#3639 From: "cameroncaindesign" <design@...>
Date: Wed Aug 2, 2006 5:56 pm
Subject: Why No Local Search Results in UK using API???
cameroncaind...
Send Email Send Email
 
Hi all,

Hope someone can help - I'm getting little or no search results when querying
the local
search with latitude and longitude set for say, Cardiff (Wales), UK and a query
such as
'restaurants'...

If I use the Yahoo front end on the man website, I get great results - though it
does say
courtesy of 'The Phone Book' - don't know if that's relevant?

Why aren't I getting the same results from the API? What am I doing wrong?

Please help, thx
Steve

#3640 From: "lucein_aura" <lucein_aura@...>
Date: Wed Aug 2, 2006 6:12 pm
Subject: Yahoo Flash Maps API not working!
lucein_aura
Send Email Send Email
 
Hello,

After installing the latest version of the Yahoo Maps Flash API, my
flash file will not compile withou errors.

I have read through the posts here and tried uninstalling, clearing
the aso files and reinstalling.  But to no avail, it still will not
work.

The error I am getting is:

**Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 17: The class or
interface 'com.yahoo.maps.widgets.NavigatorWidget' could not be
loaded.
      import com.yahoo.maps.widgets.NavigatorWidget;

**Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 21: The class or
interface 'com.yahoo.maps.overlays.TrafficOverlay' could not be
loaded.
      import com.yahoo.maps.overlays.TrafficOverlay;

**Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 22: The class or
interface 'com.yahoo.maps.widgets.SatelliteControlWidget' could not
be loaded.
      import com.yahoo.maps.widgets.SatelliteControlWidget;


I have tried this on 4 different machines to see if it was machine
specific but that did not make a difference either.

When I check the ASO files after a compile I see that the classes
above are not any where to be found on the system. If I open the swc
file I see that the missing classes listed in there.

I have see references that other people are experiencing the same
problem.  Does anyone have any fixes?

#3641 From: "frapprdevteam" <james@...>
Date: Wed Aug 2, 2006 6:45 pm
Subject: Re: Yahoo Flash Maps API not working!
frapprdevteam
Send Email Send Email
 
Please search for previous posts about this same problem.  I believe
there was a solution.

--- In yws-maps@yahoogroups.com, "lucein_aura" <lucein_aura@...> wrote:
>
> Hello,
>
> After installing the latest version of the Yahoo Maps Flash API, my
> flash file will not compile withou errors.
>
> I have read through the posts here and tried uninstalling, clearing
> the aso files and reinstalling.  But to no avail, it still will not
> work.
>
> The error I am getting is:
>
> **Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 17: The class or
> interface 'com.yahoo.maps.widgets.NavigatorWidget' could not be
> loaded.
>      import com.yahoo.maps.widgets.NavigatorWidget;
>
> **Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 21: The class or
> interface 'com.yahoo.maps.overlays.TrafficOverlay' could not be
> loaded.
>      import com.yahoo.maps.overlays.TrafficOverlay;
>
> **Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 22: The class or
> interface 'com.yahoo.maps.widgets.SatelliteControlWidget' could not
> be loaded.
>      import com.yahoo.maps.widgets.SatelliteControlWidget;
>
>
> I have tried this on 4 different machines to see if it was machine
> specific but that did not make a difference either.
>
> When I check the ASO files after a compile I see that the classes
> above are not any where to be found on the system. If I open the swc
> file I see that the missing classes listed in there.
>
> I have see references that other people are experiencing the same
> problem.  Does anyone have any fixes?
>

#3642 From: "frapprdevteam" <james@...>
Date: Wed Aug 2, 2006 6:47 pm
Subject: Re: Internals of the CustomSWFMarker
frapprdevteam
Send Email Send Email
 
You'll have to take a look at the http response headers being sent
from your server.  In particular, check the cache-related headers such
as Last-Modified, Expires, etc. for your custom swf.

--- In yws-maps@yahoogroups.com, "S.curvey" <lorddravine@...> wrote:
>
> I've been wondering about some aspects of the internal workings of the
> CustomSWFMarker. I'm trying to make my mapping app as bandwidth
> friendly as possible, and I have a sneaking suspicion that each marker
> added is being retrieved from the server every time it's used, even if
> it's the same file.
>
> I am wondering if there is a way to load the .swf used for the marker
> once into the main movie, and then pass it to the addMarkerByLatLon
> method of the map directly, rather than providing the url to it.
>
> In my situation, I always use the same exact marker file, and have
> been passing it a marker ID via query string upon loading it in.
>
> Anyone have any insight?
>
>
> - Jesse Raleigh
>

#3643 From: "S.curvey" <lorddravine@...>
Date: Wed Aug 2, 2006 7:45 pm
Subject: Re: Internals of the CustomSWFMarker
lorddravine
Send Email Send Email
 
Thanks for the response, but the caching isn't going to solve my
problem. The unique marker id being passed will prevent the markers
from caching the first time it is fetched from the server. Every time
the url being loaded changes the ID number, it has to refetch the
marker object.

e.g. currentmarker = {url: RootUrl + "marker.swf?markerid=" + thisID };

the marker _can_ be cached by the browser, but the issue is that it's
going to have to get each individual marker object with it's query
string and cache that. Fine if the app has been run once already, but
inneficient, and not fine if this is the first time the app has been
loaded.

I want to load just the marker.swf and then after it's been added to
the map, tell it what it's ID is from within action script, instead of
passing it an ID when it gets added.


Hopefully this clarifies things.

I've been told that the reference number parameter will make this
possible, but there's no examples of this being utilised currently,
and the documentation regarding it is sparse.


--- In yws-maps@yahoogroups.com, "frapprdevteam" <james@...> wrote:
>
> You'll have to take a look at the http response headers being sent
> from your server.  In particular, check the cache-related headers such
> as Last-Modified, Expires, etc. for your custom swf.
>
> --- In yws-maps@yahoogroups.com, "S.curvey" <lorddravine@> wrote:
> >
> > I've been wondering about some aspects of the internal workings of the
> > CustomSWFMarker. I'm trying to make my mapping app as bandwidth
> > friendly as possible, and I have a sneaking suspicion that each marker
> > added is being retrieved from the server every time it's used, even if
> > it's the same file.
> >
> > I am wondering if there is a way to load the .swf used for the marker
> > once into the main movie, and then pass it to the addMarkerByLatLon
> > method of the map directly, rather than providing the url to it.
> >
> > In my situation, I always use the same exact marker file, and have
> > been passing it a marker ID via query string upon loading it in.
> >
> > Anyone have any insight?
> >
> >
> > - Jesse Raleigh
> >
>

#3644 From: "Aaron King" <aaronk@...>
Date: Thu Aug 3, 2006 12:07 am
Subject: RE: Markers bases on votes
adk365
Send Email Send Email
 
www.one.org <http://www.one.org/>  is using our JS-Flash api.  It's a flash
component that is controlled using javascript.  If you're  interested in
that API, more details here:

http://developer.yahoo.com/maps/flash/jsGettingStarted.html



You could also use our AJAX  api:

http://developer.yahoo.com/maps/ajax/index.html



Or, if you know Actionscript/Flash, you can use the AS-Flash api:

http://developer.yahoo.com/maps/flash/asGettingStarted.html





Aaron King

aaronk@...

   _____

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf
Of N F
Sent: Tuesday, August 01, 2006 8:47 PM
To: yws-maps@yahoogroups.com
Subject: [yws-maps] Markers bases on votes



Greetings - This is my first attempt at yahoo Maps and because of
time-constraints, I thought about asking for help first. I did some
searching on the site but couldn't find what am looking for, here I am
asking.

I'm building a non-profit site with a petition form, I would like to
place a map showing markers for the total submitters in each state and
or country when a user fills the form with their information. I'm
thinking I have to build a form and store the data for an extraction
by the map application.

I found this site that gives an idea of what am looking for. Their
map doesn't show markers based on voters and their location, rather
their office addresses in various states and countries. The site is
http://www.one. <http://www.one.org> org

Any help is greatly appreciated.

Nabil





[Non-text portions of this message have been removed]

#3645 From: "Aaron King" <aaronk@...>
Date: Thu Aug 3, 2006 12:09 am
Subject: RE: Yahoo Flash Maps API not working!
adk365
Send Email Send Email
 
http://groups.yahoo.com/group/yws-maps/message/3243



Aaron King

aaronk@...

   _____

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf
Of lucein_aura
Sent: Wednesday, August 02, 2006 11:13 AM
To: yws-maps@yahoogroups.com
Subject: [yws-maps] Yahoo Flash Maps API not working!



Hello,

After installing the latest version of the Yahoo Maps Flash API, my
flash file will not compile withou errors.

I have read through the posts here and tried uninstalling, clearing
the aso files and reinstalling. But to no avail, it still will not
work.

The error I am getting is:

**Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 17: The class or
interface 'com.yahoo.maps.widgets.NavigatorWidget' could not be
loaded.
import com.yahoo.maps.widgets.NavigatorWidget;

**Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 21: The class or
interface 'com.yahoo.maps.overlays.TrafficOverlay' could not be
loaded.
import com.yahoo.maps.overlays.TrafficOverlay;

**Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 22: The class or
interface 'com.yahoo.maps.widgets.SatelliteControlWidget' could not
be loaded.
import com.yahoo.maps.widgets.SatelliteControlWidget;

I have tried this on 4 different machines to see if it was machine
specific but that did not make a difference either.

When I check the ASO files after a compile I see that the classes
above are not any where to be found on the system. If I open the swc
file I see that the missing classes listed in there.

I have see references that other people are experiencing the same
problem. Does anyone have any fixes?





[Non-text portions of this message have been removed]

#3646 From: "frapprdevteam" <james@...>
Date: Thu Aug 3, 2006 12:40 am
Subject: Re: Internals of the CustomSWFMarker
frapprdevteam
Send Email Send Email
 
Caching can still work.  While adding a markerid GET param will make
the url unique and force the browser to send an http request, on the
server side, you can send a 304 Not-Modified response, and the swf
will not get re-downloaded.

I'm not sure why you'd pass markerid as a flashvars to the swf.
Better way to do it: You can make a public actionscript function in
your swf, and have your parent map swf call the marker swf function to
set marker-specific data.

Another way is to simply pass in your extra data via currentmarker.
Add whatever you need to your currentmarker array, and then access it
in marker.swf using _parent.<yourData>, perhaps within an initMarker
function.

Hope this helps!

~James
Frappr Dev Team

--- In yws-maps@yahoogroups.com, "S.curvey" <lorddravine@...> wrote:
>
> Thanks for the response, but the caching isn't going to solve my
> problem. The unique marker id being passed will prevent the markers
> from caching the first time it is fetched from the server. Every time
> the url being loaded changes the ID number, it has to refetch the
> marker object.
>
> e.g. currentmarker = {url: RootUrl + "marker.swf?markerid=" + thisID };
>
> the marker _can_ be cached by the browser, but the issue is that it's
> going to have to get each individual marker object with it's query
> string and cache that. Fine if the app has been run once already, but
> inneficient, and not fine if this is the first time the app has been
> loaded.
>
> I want to load just the marker.swf and then after it's been added to
> the map, tell it what it's ID is from within action script, instead of
> passing it an ID when it gets added.
>
>
> Hopefully this clarifies things.
>
> I've been told that the reference number parameter will make this
> possible, but there's no examples of this being utilised currently,
> and the documentation regarding it is sparse.
>
>
> --- In yws-maps@yahoogroups.com, "frapprdevteam" <james@> wrote:
> >
> > You'll have to take a look at the http response headers being sent
> > from your server.  In particular, check the cache-related headers such
> > as Last-Modified, Expires, etc. for your custom swf.
> >
> > --- In yws-maps@yahoogroups.com, "S.curvey" <lorddravine@> wrote:
> > >
> > > I've been wondering about some aspects of the internal workings
of the
> > > CustomSWFMarker. I'm trying to make my mapping app as bandwidth
> > > friendly as possible, and I have a sneaking suspicion that each
marker
> > > added is being retrieved from the server every time it's used,
even if
> > > it's the same file.
> > >
> > > I am wondering if there is a way to load the .swf used for the
marker
> > > once into the main movie, and then pass it to the addMarkerByLatLon
> > > method of the map directly, rather than providing the url to it.
> > >
> > > In my situation, I always use the same exact marker file, and have
> > > been passing it a marker ID via query string upon loading it in.
> > >
> > > Anyone have any insight?
> > >
> > >
> > > - Jesse Raleigh
> > >
> >
>

#3647 From: "S.curvey" <lorddravine@...>
Date: Thu Aug 3, 2006 12:31 pm
Subject: Re: Internals of the CustomSWFMarker
lorddravine
Send Email Send Email
 
The reason I am passing the marker ID as a flash var to the swf is
that the markers themselves retrieve data from a database using amf. I
couldn't find any way to directly reference the markers after they had
been created, so as a workaround, I passed them the primary key value
of the table they needed to reference in the database.

If you could give me an example of setting a value in a marker after
it has been added with the
Map.addMarkerByLatLon(CustomSWFMarker,LatLonVar,markerObject) I would
be most appreciative.

- Jesse

--- In yws-maps@yahoogroups.com, "frapprdevteam" <james@...> wrote:
>
> Caching can still work.  While adding a markerid GET param will make
> the url unique and force the browser to send an http request, on the
> server side, you can send a 304 Not-Modified response, and the swf
> will not get re-downloaded.
>
> I'm not sure why you'd pass markerid as a flashvars to the swf.
> Better way to do it: You can make a public actionscript function in
> your swf, and have your parent map swf call the marker swf function to
> set marker-specific data.
>
> Another way is to simply pass in your extra data via currentmarker.
> Add whatever you need to your currentmarker array, and then access it
> in marker.swf using _parent.<yourData>, perhaps within an initMarker
> function.
>
> Hope this helps!
>
> ~James
> Frappr Dev Team
>
> --- In yws-maps@yahoogroups.com, "S.curvey" <lorddravine@> wrote:
> >
> > Thanks for the response, but the caching isn't going to solve my
> > problem. The unique marker id being passed will prevent the markers
> > from caching the first time it is fetched from the server. Every time
> > the url being loaded changes the ID number, it has to refetch the
> > marker object.
> >
> > e.g. currentmarker = {url: RootUrl + "marker.swf?markerid=" +
thisID };
> >
> > the marker _can_ be cached by the browser, but the issue is that it's
> > going to have to get each individual marker object with it's query
> > string and cache that. Fine if the app has been run once already, but
> > inneficient, and not fine if this is the first time the app has been
> > loaded.
> >
> > I want to load just the marker.swf and then after it's been added to
> > the map, tell it what it's ID is from within action script, instead of
> > passing it an ID when it gets added.
> >
> >
> > Hopefully this clarifies things.
> >
> > I've been told that the reference number parameter will make this
> > possible, but there's no examples of this being utilised currently,
> > and the documentation regarding it is sparse.
> >
> >
> > --- In yws-maps@yahoogroups.com, "frapprdevteam" <james@> wrote:
> > >
> > > You'll have to take a look at the http response headers being sent
> > > from your server.  In particular, check the cache-related
headers such
> > > as Last-Modified, Expires, etc. for your custom swf.
> > >
> > > --- In yws-maps@yahoogroups.com, "S.curvey" <lorddravine@> wrote:
> > > >
> > > > I've been wondering about some aspects of the internal workings
> of the
> > > > CustomSWFMarker. I'm trying to make my mapping app as bandwidth
> > > > friendly as possible, and I have a sneaking suspicion that each
> marker
> > > > added is being retrieved from the server every time it's used,
> even if
> > > > it's the same file.
> > > >
> > > > I am wondering if there is a way to load the .swf used for the
> marker
> > > > once into the main movie, and then pass it to the
addMarkerByLatLon
> > > > method of the map directly, rather than providing the url to it.
> > > >
> > > > In my situation, I always use the same exact marker file, and have
> > > > been passing it a marker ID via query string upon loading it in.
> > > >
> > > > Anyone have any insight?
> > > >
> > > >
> > > > - Jesse Raleigh
> > > >
> > >
> >
>

#3648 From: "adrianbird" <abird@...>
Date: Thu Aug 3, 2006 8:15 pm
Subject: Re: Ymap causing browser to hang on exit
adrianbird
Send Email Send Email
 
So a little more research has now established that the problem seems
to be only present in v3.0 of the maps... take a look at this version
of the same demo application -
http://www.unistardesign.com/map/manymarkers_v2.php - it uses the
same process to display the markers - however it does not suffer from
the slow response problem on refresh - and also seems to render the
markers faster in the first place... could it be that some unexpected
overhead was introduced in v3.0 ???

thoughts anyone ?

adrian


--- In yws-maps@yahoogroups.com, "adrianbird" <abird@...> wrote:
>
> http://www.unistardesign.com/map/manymarkers.php is a demo page to
> illustrate the behaviour. Click the <Plot Markers> button to add
the
> markers to the map - then with 200 added there are a couple of
things
> to look at
>
> 1) if you "refresh" the screen, IE pauses for 10+ seconds before
the
> refresh executes... (if you refresh with no markers in the map the
> refresh occurs immediately
>
> 2) if you display 200 markers, then replot 200 more markers (the
> pages calls map.removeAllMarkers() prior to redisplay) there is a
> noticeable pause prior to each redisplay.. it is very slow and
> similar slow in time to the behaviour in #1 above.
>
> -- in addition this demo file also illustrates another problem that
> starts to show up - which is after about 3 cycles of displaying
> markers and removing them I start to get Interner Explorer warnings
> a "slow script"  (which means that we are hitting the max number of
> statements for a page)
>
> Note: I have used setTimeout() to help speed up the display process
> (and that seems to work) however the behavior of slow browser
> response following a large number of markers is consistent whether
> there setTimeout is used.. or not.
>
> Adrian
>
> --- In yws-maps@yahoogroups.com, Vince Maniago <uvince@> wrote:
> >
> > Link?
> >
> >
> > ----- Original Message ----
> > From: adrianbird <abird@>
> > To: yws-maps@yahoogroups.com
> > Sent: Tuesday, August 1, 2006 2:11:43 PM
> > Subject: [yws-maps] Re: Ymap causing browser to hang on exit
> >
> > Hi Mark,
> > FWIW I am seeing the same thing, and also see the same behaviour
if
> I
> > try to reload the markers as I drag the map around.... looks like
I
> > will be trying the GeoRSS approach to see if that way of
> bulkloading
> > markers somehow gets rid of the overhead... did you have any luck
> > with yours ?
> > adrian
> >
> > --- In yws-maps@yahoogroup s.com, merritt mark
<shootnhoops25@ ...>
> > wrote:
> > >
> > > I am having a problem with ymap causing the browser to
> > > hang on exit of the page. The browser hangs for a
> > > little over 60 seconds and then I get the following
> > > message: "A script on this page is causing Internet
> > > Explorer to run slowly. If it continues to run, your
> > > computer may become unresponsive. Do you want to
> > > abort the script?" After aborting the browser begins
> > > to function properly.
> > >
> > > I am using AJAX. I am loading about 430 locations
> > > with addMarker. The map loads a little slow, but it
> > > works OK until I attempt to exit the web page. then
> > > the browser hangs.
> > >
> > > Any ideas as to what might be causing the problem?
> > > Mark
> > >
> > > ____________ _________ _________ _________ _________ __
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam protection around
> > > http://mail. yahoo.com
> > >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>

Messages 3619 - 3648 of 7492   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help