esironal / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 1 forks source link

viewRefreshTime is always 4 seconds in Maps #215

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which products are affected?

Google Maps  (The KML value for viewRefreshTime is respected by GE)

What steps will reproduce the problem?

1. Browse to... http://maps.google.com/maps?q=http:%2F%2Fwww.geodesy.net%
2FPrescottMdbTest%2FParcels.kml&ie=UTF8&ll=34.540032,-
112.467277&spn=0.002152,0.003685&t=m&z=18

2. Pan the map a little and notice a 4-second delay before update.

What is the expected output or behavior? What do you see instead?

KML updates should occur starting 1 second after a pan or zoom in Maps, 
based on the KML setting for viewRefreshTime.  Instead, Maps waits 4 
seconds before starting the KML update.

What application versions (if any) are you using?

KML 2.2

Which operating systems and browsers are affected?

Windows XP SP3, IE7, Firefox2 (others possibly)

Please provide any additional information (code snippets/links) below.

<?xml version="1.0" encoding="UTF-8"?> 
<kml xmlns="http://www.opengis.net/kml/2.2"> 
  <NetworkLink> 
    <name>Prescott Sample Parcels</name> 
    <visibility>1</visibility> 
    <open>1</open> 
    <description>(just in the City Hall area)</description> 
    <refreshVisibility>0</refreshVisibility> 
    <flyToView>0</flyToView> 
    <Link> 
      <href>http://www.geodesy.net/PrescottMdbTest/Parcels.asp</href> 
      <viewRefreshMode>onStop</viewRefreshMode> 
      <viewRefreshTime>1</viewRefreshTime> 
    </Link> 
  </NetworkLink> 
</kml> 

I originally posted this as a question to Google Groups...
http://groups.google.com/group/kml-support-getting-
started/browse_thread/thread/9d4b0fa9df4cb196

Original issue reported on code.google.com by j...@geodesy.net on 10 Jan 2009 at 12:31

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 12 Jan 2009 at 6:45