Re: Shropshire Sundials And Google Earth

2009-05-14 Thread Richard Mallett
Th. Taudin Chabot wrote:
 Richard,

 We have been thinking in the Netherlands of doing the same. But
 Google is too good! Many owners fear even the publishing of an address 
 as a kind of invitation for people who would like to 'borrow' their 
 sundial from the garden.
 For that reason we don't make the register available to the /general 
 /public.
 If you can find the sundial using Google Earth you can even identify 
 whether you should take the route to the backgarden, where the sundial 
 is located, from the front or from the back of the house.
 If there would be a possibility to limit the zoom-in function a 
 publishing through Google Earth could be considdered. (like Google 
 Earth is somtimes doing with military objects)

 Thibaud Taudin Chabot ( I maintain the Dutch sundial database)

In my project for the BSS website (currently password protected while it 
is under development) I have now set a limit for how far people can zoom 
in - this is currently set on my Kent example so that the scale bar is 
1000 ft. or 200m.  It is even possible to set different limits for 
maximum and minimum resolution for each of the different views (e.g. 
map, satellite, hybrid or terrain views)

-- 
Richard Mallett
Eaton Bray, Dunstable
South Beds. UK


---
https://lists.uni-koeln.de/mailman/listinfo/sundial



Re: Shropshire Sundials And Google Earth

2009-04-30 Thread Richard Mallett
Roger Bailey wrote:

 Hello Richard,

 I am pleased to see that you are waymarking sundials in Britain. This 
 will be an excellent resource. The member specific password protection 
 is useful but it will not stop the clever thief/collector from joining 
 the club to learn where the trophies are kept.
No, you misunderstand me.  The password protection is applied to the 
whole of the new BSS website while it is under development, so that the 
search engines will direct people to the current BSS website.

The sundials that I am putting on Google Maps are those that are 
publicly accessible anyway.  When the new BSS website is  ready, these 
will be available for all to see.

 I have been testing the open system www.waymarking.com and adding 
 information to this open data base. It is quite useful and easy to 
 use. Perhaps too easy as it suffers from the usual problem of user 
 generated input. GIGO! There approval bar is set quite low. Anything 
 submitted that looks like a sundial gets added. Many are garden 
 variety junk but we cannot deny that these objects exist.
Yes, I took a brief look at that.

 I use started using Google Earth for the 3 dimensional aspects showing 
 the hills where we hike. It plots our track logs very well. This 3d 
 feature uses lots of computer resources and is unnecessary to 
 sundials. Here the 2d maps and satellite images of Google maps or 
 equivalent are all we need.  I was used to creating and using kml 
 files with Google Earth so I avoided learning how to use such files in 
 the simpler Google Maps. Like computers sometimes I have to say 
 Excuse me, my brain is full.
In theory at least, you can submit KML files to Google Earth, and it 
will ignore the three dimensional information.

 Regards, Roger Bailey

 --
 From: Richard Mallett 100114@compuserve.com
 Sent: Tuesday, April 28, 2009 5:16 AM
 To: Phil Walker phil.wal...@sunandshadows.net
 Cc: Sundial List sundial@uni-koeln.de; Carl and Barbara Sabanski 
 saban...@escape.ca; Eddie French efre...@jerseymail.co.uk; J P 
 Lester john@tiscali.co.uk; nicolasever...@libero.it; Roger 
 Bailey rtbai...@telus.net; Woody Sullivan (Earthdial) 
 wo...@astro.washington.edu
 Subject: Re: Shropshire Sundials And Google Earth

 Phil Walker wrote:

 Back in December, Roger Bailey set us a challenge for 2009, to
 populate a sundial database and display the details using Google
 Earth. I rose to the challenge, in a small way, and here is the result
 on my website: www.shropshire-sundials.net   I hope you to enjoy it.



 Roger also showed us how to start a sundial trail using Google Earth
 and in a later post more ideas on how to add content to the KML file.
 My approach was somewhat different,  I decided to work directly with
 the KML language.



 KML stands for Keyhole Markup Language and is a simple, human-readable
 format used by Google Earth and now by other Earth browsers like
 Microsoft Virtual Earth and NASA WorldWind. KML 2.2 is now an
 international standard , located at www.opengeospatial.org.





-- 
Richard Mallett
Eaton Bray, Dunstable
South Beds. UK


---
https://lists.uni-koeln.de/mailman/listinfo/sundial



Re: Shropshire Sundials And Google Earth

2009-04-28 Thread Richard Mallett
Phil Walker wrote:

 Back in December, Roger Bailey set us a challenge for 2009, to 
 populate a sundial database and display the details using Google 
 Earth. I rose to the challenge, in a small way, and here is the result 
 on my website: www.shropshire-sundials.net   I hope you to enjoy it.

  

 Roger also showed us how to start a sundial trail using Google Earth 
 and in a later post more ideas on how to add content to the KML file. 
 My approach was somewhat different,  I decided to work directly with 
 the KML language.

  

 KML stands for Keyhole Markup Language and is a simple, human-readable 
 format used by Google Earth and now by other Earth browsers like 
 Microsoft Virtual Earth and NASA WorldWind. KML 2.2 is now an 
 international standard , located at www.opengeospatial.org.

 To give you an idea of what KML is like, here is a short 
 snippet:  
 
   
   
   
 ; 
   
   

line

 ?xml version='1.0' 
 encoding='utf-8'?
   
 1

 kml 
 xmlns='http://www.opengis.net/kml/2.2'   
  
 2

 Placemark   
   

 3

 nameLa Nef de 
 Tavel/name  
   4

 
 description 
   5

 La Nef Solaire was built in 1993 at a motorway stop 
 near Tavel in the Midi of France.6

 Designed by sculptor Odile Mir and well-known 
 gnomoniste Denis Savoie, this is

 one of the largest and interesting dials in the 
 world 
 
  7.

 
 /description
   
 8

 
 Point   
   
 9

 
 coordinates4.70031,44.0013/coordinates
 
  10

 
 /Point  
 11

 /Placemark  
   
  12

 /kml
   

 nbsp;   13

  

 Type it into your text editor, such as Notepad, save the file as La 
 Nef de Tavel.kml and then click on the KML file to open up Google 
 Earth and see the aerial view of the huge, incredible Nef de 
 Tavel..The KML text is quite simple to understand.The lines 1 and 2 
 show that this is a KML version 2.2 file, itself a version of XML. The 
 Placemark beginning and end tags, line 3 and line 12, enclose the 
 mininum information for a placemark, a name for the location, line 4, 
 a description, in this case, line 5 to line 8, and a ponit, lines 9 to 
 11,which  contains the placemark's coordinates. Note that the 
 coordinates in decimal degrees are first the longitude and second ,the 
 latitude.  N and E are positive (+),  S and W are negative,(-).

  

 If you open up my Shropshire Sundials KML file with a Right-Click 
 and use your editor, you will see a number of KML features which I 
 have used to produce the effects in Google Earth, including:

  

 *Icon Style  - the gold icons for the placemarks

 *Balloon Style   - which prescribe how the balloons 
 created

 *Network Link  - which links this KML file to another 
 KML file

 *Placemark- like the Placemark for la Nef de 
 Tavel but with two particular important features

   

Re: Shropshire Sundials And Google Earth

2009-04-28 Thread Richard Mallett
Phil Walker wrote:

 Back in December, Roger Bailey set us a challenge for 2009, to 
 populate a sundial database and display the details using Google 
 Earth. I rose to the challenge, in a small way, and here is the result 
 on my website: www.shropshire-sundials.net   I hope you to enjoy it.

  

 Roger also showed us how to start a sundial trail using Google Earth 
 and in a later post more ideas on how to add content to the KML file. 
 My approach was somewhat different,  I decided to work directly with 
 the KML language.

  

 KML stands for Keyhole Markup Language and is a simple, human-readable 
 format used by Google Earth and now by other Earth browsers like 
 Microsoft Virtual Earth and NASA WorldWind. KML 2.2 is now an 
 international standard , located at www.opengeospatial.org.

 To give you an idea of what KML is like, here is a short 
 snippet:  
 
   
   
   
 ; 
   
   

line

 ?xml version='1.0' 
 encoding='utf-8'?
   
 1

 kml 
 xmlns='http://www.opengis.net/kml/2.2'   
  
 2

 Placemark   
   

 3

 nameLa Nef de 
 Tavel/name  
   4

 
 description 
   5

 La Nef Solaire was built in 1993 at a motorway stop 
 near Tavel in the Midi of France.6

 Designed by sculptor Odile Mir and well-known 
 gnomoniste Denis Savoie, this is

 one of the largest and interesting dials in the 
 world 
 
  7.

 
 /description
   
 8

 
 Point   
   
 9

 
 coordinates4.70031,44.0013/coordinates
 
  10

 
 /Point  
 11

 /Placemark  
   
  12

 /kml
   

 nbsp;   13

  

 Type it into your text editor, such as Notepad, save the file as La 
 Nef de Tavel.kml and then click on the KML file to open up Google 
 Earth and see the aerial view of the huge, incredible Nef de 
 Tavel..The KML text is quite simple to understand.The lines 1 and 2 
 show that this is a KML version 2.2 file, itself a version of XML. The 
 Placemark beginning and end tags, line 3 and line 12, enclose the 
 mininum information for a placemark, a name for the location, line 4, 
 a description, in this case, line 5 to line 8, and a ponit, lines 9 to 
 11,which  contains the placemark's coordinates. Note that the 
 coordinates in decimal degrees are first the longitude and second ,the 
 latitude.  N and E are positive (+),  S and W are negative,(-).

  

 If you open up my Shropshire Sundials KML file with a Right-Click 
 and use your editor, you will see a number of KML features which I 
 have used to produce the effects in Google Earth, including:

  

 *Icon Style  - the gold icons for the placemarks

 *Balloon Style   - which prescribe how the balloons 
 created

 *Network Link  - which links this KML file to another 
 KML file

 *Placemark- like the Placemark for la Nef de 
 Tavel but with two particular important features

   

Re: Shropshire Sundials And Google Earth

2009-04-28 Thread Richard Mallett
Phil Walker wrote:

 Back in December, Roger Bailey set us a challenge for 2009, to 
 populate a sundial database and display the details using Google 
 Earth. I rose to the challenge, in a small way, and here is the result 
 on my website: www.shropshire-sundials.net   I hope you to enjoy it.

  

 Roger also showed us how to start a sundial trail using Google Earth 
 and in a later post more ideas on how to add content to the KML file. 
 My approach was somewhat different,  I decided to work directly with 
 the KML language.

  

 KML stands for Keyhole Markup Language and is a simple, human-readable 
 format used by Google Earth and now by other Earth browsers like 
 Microsoft Virtual Earth and NASA WorldWind. KML 2.2 is now an 
 international standard , located at www.opengeospatial.org.

 To give you an idea of what KML is like, here is a short 
 snippet:  
 
   
   
   
 ; 
   
   

line

 ?xml version='1.0' 
 encoding='utf-8'?
   
 1

 kml 
 xmlns='http://www.opengis.net/kml/2.2'   
  
 2

 Placemark   
   

 3

 nameLa Nef de 
 Tavel/name  
   4

 
 description 
   5

 La Nef Solaire was built in 1993 at a motorway stop 
 near Tavel in the Midi of France.6

 Designed by sculptor Odile Mir and well-known 
 gnomoniste Denis Savoie, this is

 one of the largest and interesting dials in the 
 world 
 
  7.

 
 /description
   
 8

 
 Point   
   
 9

 
 coordinates4.70031,44.0013/coordinates
 
  10

 
 /Point  
 11

 /Placemark  
   
  12

 /kml
   

 nbsp;   13

  

 Type it into your text editor, such as Notepad, save the file as La 
 Nef de Tavel.kml and then click on the KML file to open up Google 
 Earth and see the aerial view of the huge, incredible Nef de 
 Tavel..The KML text is quite simple to understand.The lines 1 and 2 
 show that this is a KML version 2.2 file, itself a version of XML. The 
 Placemark beginning and end tags, line 3 and line 12, enclose the 
 mininum information for a placemark, a name for the location, line 4, 
 a description, in this case, line 5 to line 8, and a ponit, lines 9 to 
 11,which  contains the placemark's coordinates. Note that the 
 coordinates in decimal degrees are first the longitude and second ,the 
 latitude.  N and E are positive (+),  S and W are negative,(-).

  

 If you open up my Shropshire Sundials KML file with a Right-Click 
 and use your editor, you will see a number of KML features which I 
 have used to produce the effects in Google Earth, including:

  

 *Icon Style  - the gold icons for the placemarks

 *Balloon Style   - which prescribe how the balloons 
 created

 *Network Link  - which links this KML file to another 
 KML file

 *Placemark- like the Placemark for la Nef de 
 Tavel but with two particular important features

   

Re: Shropshire Sundials And Google Earth

2009-04-28 Thread Th. Taudin Chabot

Richard,

We have been thinking in the Netherlands of doing the same. But
Google is too good! Many owners fear even the publishing of an 
address as a kind of invitation for people who would like to 'borrow' 
their sundial from the garden.

For that reason we don't make the register available to the general public.
If you can find the sundial using Google Earth you can even identify 
whether you should take the route to the backgarden, where the 
sundial is located, from the front or from the back of the house.
If there would be a possibility to limit the zoom-in function a 
publishing through Google Earth could be considdered. (like Google 
Earth is somtimes doing with military objects)


Thibaud Taudin Chabot ( I maintain the Dutch sundial database)

At 14:17 28-4-2009, Richard Mallett wrote:

For me, Google Earth uses too much memory / resources (even when Google
Earth is embedded in the browser, as is required for Phil's site) so I
am in the process of putting all the public sundials in the British
Isles on Google Maps in the new BASS website (which is currently
password protected during development, to hide it from the search
engines) - I have already put up the public sundials in Kent (though I
will be adding further details).  I have been using the book by Sterling
Udell, which is very good, and gives code examples, so that you only
have to change the text and co-ordinates to suit.  You can also embed
Google Earth in Google Maps, for those people with flashy computers :-)

Perhaps we can collaborate with people from other countries to produce a
world map of public sundials ?  My Maps in Google Maps has collaboration
tools built in, so that many people can work on the same KML file.

--
Richard Mallett
Eaton Bray, Dunstable
South Beds. UK


---
https://lists.uni-koeln.de/mailman/listinfo/sundial



--
Th. Taudin Chabot, . tcha...@dds.nl



---
https://lists.uni-koeln.de/mailman/listinfo/sundial



Re: Shropshire Sundials And Google Earth

2009-04-28 Thread Richard Mallett
Th. Taudin Chabot wrote:
 Richard,

 We have been thinking in the Netherlands of doing the same. But
 Google is too good! Many owners fear even the publishing of an address 
 as a kind of invitation for people who would like to 'borrow' their 
 sundial from the garden.
 For that reason we don't make the register available to the /general 
 /public.
 If you can find the sundial using Google Earth you can even identify 
 whether you should take the route to the backgarden, where the sundial 
 is located, from the front or from the back of the house.
 If there would be a possibility to limit the zoom-in function a 
 publishing through Google Earth could be considdered. (like Google 
 Earth is somtimes doing with military objects)

 Thibaud Taudin Chabot ( I maintain the Dutch sundial database)
On the BSS Register, we already have categories of open, restricted or 
private to denote their accessibility to the public.  We only plan to 
publish details on the web of those dials that are already open to 
public view.  We only sell the full register to members, and hope that 
copies do not find their way to outsiders.

In Google Maps, you can limit the zoom level; but if the bad guys are 
determined enough, they can always find that location on the Google Maps 
home page, and zoom in further, of course.

-- 
Richard Mallett
Eaton Bray, Dunstable
South Beds. UK


---
https://lists.uni-koeln.de/mailman/listinfo/sundial



Re: Shropshire Sundials And Google Earth

2009-04-28 Thread Steve

confrere:

Thibaud's comments about stealth sundials may have a ring of 
truth.  The US Census is due in 2010 and is now being prepared.  The 
other day two census workers came up to my porch.  Their approach was 
announced by my security system and I opened the door before they had 
time to ring the doorbell.  However, they were in the process using 
an electronic device and to their surprise I quickly linked their 
activity to taking a gps reading.  It is true the census has 
dispatched a team just to take gps readings.  I agree that it is 
cheaper than upgrading all of the bad maps.  This week there was a 
follow-up crew verifying that the first crew had done their job.  I 
asked about publication of the data and they didn't know.  Anyway, I 
await the official census form in about a month and whether it will 
have my gps location on the form, and if the many personal questions 
will include if I have a sundial.


Steve

Yorktown  VA  USA








At 09:05 AM 4/28/2009, Th. Taudin Chabot wrote:

Content-Type: multipart/alternative;
boundary==_16373140==.ALT
Content-Disposition:
Content-Transfer-Encoding:

Richard,

We have been thinking in the Netherlands of doing the same. But
Google is too good! Many owners fear even the publishing of an 
address as a kind of invitation for people who would like to 
'borrow' their sundial from the garden.

For that reason we don't make the register available to the general public.
If you can find the sundial using Google Earth you can even identify 
whether you should take the route to the backgarden, where the 
sundial is located, from the front or from the back of the house.
If there would be a possibility to limit the zoom-in function a 
publishing through Google Earth could be considdered. (like Google 
Earth is somtimes doing with military objects)


Thibaud Taudin Chabot ( I maintain the Dutch sundial database)

At 14:17 28-4-2009, Richard Mallett wrote:

For me, Google Earth uses too much memory / resources (even when Google
Earth is embedded in the browser, as is required for Phil's site) so I
am in the process of putting all the public sundials in the British
Isles on Google Maps in the new BASS website (which is currently
password protected during development, to hide it from the search
engines) - I have already put up the public sundials in Kent (though I
will be adding further details).  I have been using the book by Sterling
Udell, which is very good, and gives code examples, so that you only
have to change the text and co-ordinates to suit.  You can also embed
Google Earth in Google Maps, for those people with flashy computers :-)

Perhaps we can collaborate with people from other countries to produce a
world map of public sundials ?  My Maps in Google Maps has collaboration
tools built in, so that many people can work on the same KML file.

--
Richard Mallett
Eaton Bray, Dunstable
South Beds. UK


---
https://lists.uni-koeln.de/mailman/listinfo/sundial



--
Th. Taudin Chabot, . tcha...@dds.nl





E-mail message checked by Internet Security (6.0.0.386)
Database version: 5.12160
http://www.pctools.com/en/internet-security/http://www.pctools.com/internet-security/
---
https://lists.uni-koeln.de/mailman/listinfo/sundial





E-mail message checked by Internet Security (6.0.0.386)
Database version: 5.12160
http://www.pctools.com/en/internet-security/
---
https://lists.uni-koeln.de/mailman/listinfo/sundial



Re: Shropshire Sundials And Google Earth

2009-04-28 Thread Roger Bailey
Hello Richard,

I am pleased to see that you are waymarking sundials in Britain. This will 
be an excellent resource. The member specific password protection is useful 
but it will not stop the clever thief/collector from joining the club to 
learn where the trophies are kept.

I have been testing the open system www.waymarking.com and adding 
information to this open data base. It is quite useful and easy to use. 
Perhaps too easy as it suffers from the usual problem of user generated 
input. GIGO! There approval bar is set quite low. Anything submitted that 
looks like a sundial gets added. Many are garden variety junk but we cannot 
deny that these objects exist.

I use started using Google Earth for the 3 dimensional aspects showing the 
hills where we hike. It plots our track logs very well. This 3d feature uses 
lots of computer resources and is unnecessary to sundials. Here the 2d maps 
and satellite images of Google maps or equivalent are all we need.  I was 
used to creating and using kml files with Google Earth so I avoided learning 
how to use such files in the simpler Google Maps. Like computers sometimes I 
have to say Excuse me, my brain is full.

Regards, Roger Bailey

--
From: Richard Mallett 100114@compuserve.com
Sent: Tuesday, April 28, 2009 5:16 AM
To: Phil Walker phil.wal...@sunandshadows.net
Cc: Sundial List sundial@uni-koeln.de; Carl and Barbara Sabanski 
saban...@escape.ca; Eddie French efre...@jerseymail.co.uk; J P 
Lester john@tiscali.co.uk; nicolasever...@libero.it; Roger Bailey 
rtbai...@telus.net; Woody Sullivan (Earthdial) 
wo...@astro.washington.edu
Subject: Re: Shropshire Sundials And Google Earth

 Phil Walker wrote:

 Back in December, Roger Bailey set us a challenge for 2009, to
 populate a sundial database and display the details using Google
 Earth. I rose to the challenge, in a small way, and here is the result
 on my website: www.shropshire-sundials.net   I hope you to enjoy it.



 Roger also showed us how to start a sundial trail using Google Earth
 and in a later post more ideas on how to add content to the KML file.
 My approach was somewhat different,  I decided to work directly with
 the KML language.



 KML stands for Keyhole Markup Language and is a simple, human-readable
 format used by Google Earth and now by other Earth browsers like
 Microsoft Virtual Earth and NASA WorldWind. KML 2.2 is now an
 international standard , located at www.opengeospatial.org.
 

---
https://lists.uni-koeln.de/mailman/listinfo/sundial



Re: Shropshire Sundials And Google Earth

2009-04-01 Thread Thomas Steiner
Hi,

your project sounds (I am at work and do not have google earth
installed, so I cannot see your map.) great, perhaps you can provide
an online version of the map?
Perhaps you want to read this:
http://maps.google.com/support/bin/answer.py?hl=enanswer=68480#import

Thomas



 Message: 1
 Date: Tue, 31 Mar 2009 12:35:48 +0100
 From: Phil Walker phil.wal...@sunandshadows.net
 Subject: Shropshire Sundials And Google Earth
 To: Sundial List sundial@uni-koeln.de,      Carl and Barbara Sabanski
        saban...@escape.ca,   Eddie French efre...@jerseymail.co.uk,     
  J P
        Lester john@tiscali.co.uk, nicolasever...@libero.it,   
 Richard
        Mallett 100114@compuserve.com,   Roger Bailey
        rtbai...@telus.net,   Woody Sullivan \(Earthdial\)
        wo...@astro.washington.edu
 Message-ID: d03f027a6eb44af683f4ae31264e6...@pegeia
 Content-Type: text/plain; charset=iso-8859-1

 Back in December, Roger Bailey set us a challenge for 2009, to populate a 
 sundial database and display the details using Google Earth. I rose to the 
 challenge, in a small way, and here is the result on my website: 
 www.shropshire-sundials.net   I hope you to enjoy it.



 Roger also showed us how to start a sundial trail using Google Earth and in a 
 later post more ideas on how to add content to the KML file. My approach was 
 somewhat different,  I decided to work directly with the KML language.



 KML stands for Keyhole Markup Language and is a simple, human-readable format 
 used by Google Earth and now by other Earth browsers like Microsoft Virtual 
 Earth and NASA WorldWind. KML 2.2 is now an international standard , located 
 at www.opengeospatial.org.

 To give you an idea of what KML is like, here is a short snippet:             
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                  line

 ?xml version='1.0' encoding='utf-8'?                                        
                                                                           1

 kml xmlns='http://www.opengis.net/kml/2.2'                                  
                                                                   2

 Placemark                                                                   
                                                                               
            3

                nameLa Nef de Tavel/name                                   
                                                                          4

                description                                                  
                                                                               
            5

                La Nef Solaire was built in 1993 at a motorway stop near Tavel 
 in the Midi of France.                        6

                Designed by sculptor Odile Mir and well-known gnomoniste 
 Denis Savoie, this is

    one of the largest and interesting dials in the world                      
                                                         7.

                /description                                                 
                                                                               
            8

                Point                                                        
                                                                               
                9

                                coordinates4.70031,44.0013/coordinates     
                                                                 10

                /Point                                                       
                                                                               
              11

 /Placemark                                                                  
                                                                               
          12

 /kml                                                                        
                                                                               
               13



 Type it into your text editor, such as Notepad, save the file as La Nef de 
 Tavel.kml and then click on the KML file to open up Google Earth and see the 
 aerial view of the huge, incredible Nef de Tavel..The KML text is quite 
 simple to understand.The lines 1 and 2 show that this is a KML version 2.2 
 file, itself a version of XML. The Placemark beginning and end tags, line 3 
 and line 12, enclose the mininum information for a placemark, a name for the 
 location, line 4, a description

RE: Shropshire Sundials And Google Earth [SEC=UNCLASSIFIED]

2009-04-01 Thread Hank de Wit
Hi Thomas,

You might not get the complete experience, but you can see Phil's locations and 
photos using Google Maps.

Go to Google Maps, http://maps.google.com

An in the Search Maps bar paste the URL, http://www.shropshiredials.net/doc.kml

Hope this helps.

Cheers
Hank de Wit
Adelaide, Australia

 -Original Message-
 From: sundial-boun...@uni-koeln.de 
 [mailto:sundial-boun...@uni-koeln.de] On Behalf Of Thomas Steiner
 Sent: Wednesday, 1 April 2009 17:46
 To: sundial@uni-koeln.de
 Subject: Re: Shropshire Sundials And Google Earth
 
 Hi,
 
 your project sounds (I am at work and do not have google 
 earth installed, so I cannot see your map.) great, perhaps 
 you can provide an online version of the map?
 Perhaps you want to read this:
 http://maps.google.com/support/bin/answer.py?hl=enanswer=68480#import
 
 Thomas
 
 
 
  Message: 1
  Date: Tue, 31 Mar 2009 12:35:48 +0100
  From: Phil Walker phil.wal...@sunandshadows.net
  Subject: Shropshire Sundials And Google Earth
  To: Sundial List sundial@uni-koeln.de,      Carl and 
 Barbara Sabanski
         saban...@escape.ca,   Eddie French 
  efre...@jerseymail.co.uk,      J P
         Lester john@tiscali.co.uk, 
 nicolasever...@libero.it,   
  Richard
         Mallett 100114@compuserve.com,   Roger Bailey
         rtbai...@telus.net,   Woody Sullivan \(Earthdial\)
         wo...@astro.washington.edu
  Message-ID: d03f027a6eb44af683f4ae31264e6...@pegeia
  Content-Type: text/plain; charset=iso-8859-1
 
  Back in December, Roger Bailey set us a challenge for 2009, 
 to populate a sundial database and display the details using 
 Google Earth. I rose to the challenge, in a small way, and 
 here is the result on my website: www.shropshire-sundials.net 
   I hope you to enjoy it.
 
 
 
  Roger also showed us how to start a sundial trail using 
 Google Earth and in a later post more ideas on how to add 
 content to the KML file. My approach was somewhat different,  
I decided to work directly with the KML language.
 
 
 
  KML stands for Keyhole Markup Language and is a simple, 
 human-readable format used by Google Earth and now by other 
 Earth browsers like Microsoft Virtual Earth and NASA 
 WorldWind. KML 2.2 is now an international standard , located 
 at www.opengeospatial.org.
 
  To give you an idea of what KML is like, here is a short 
 snippet:                                                      
                                                               
                                                               
                                                               
                                                               
                                                               
                                                               
                                                               
                                           
  line
 
  ?xml version='1.0' encoding='utf-8'?                      
                                                               
                               
  1
 
  kml xmlns='http://www.opengis.net/kml/2.2'                
                                                               
                       
  2
 
  Placemark                                                 
                                                               
                                              
  3
 
                 nameLa Nef de Tavel/name                 
                                                               
                              
  4
 
                 description                                
                                                               
                                              
  5
 
                 La Nef Solaire was built in 1993 at a motorway stop 
  near Tavel in the Midi of France.                        6
 
                 Designed by sculptor Odile Mir and well-known 
  gnomoniste Denis Savoie, this is
 
     one of the largest and interesting dials in the world    
                                                               
             7.
 
                 /description                               
                                                               
                                              
  8
 
                 Point                                      
                                                               
                                                  
  9
 
                                 
  coordinates4.70031,44.0013/coordinates                  
                                                    
  10
 
                 /Point                                     
                                                               
                                                
  11
 
  /Placemark                                                
                                                               
                                            
  12
 
  /kml

Shropshire Sundials And Google Earth

2009-03-31 Thread Phil Walker
Back in December, Roger Bailey set us a challenge for 2009, to populate a 
sundial database and display the details using Google Earth. I rose to the 
challenge, in a small way, and here is the result on my website: 
www.shropshire-sundials.net   I hope you to enjoy it.

 

Roger also showed us how to start a sundial trail using Google Earth and in a 
later post more ideas on how to add content to the KML file. My approach was 
somewhat different,  I decided to work directly with the KML language.

 

KML stands for Keyhole Markup Language and is a simple, human-readable format 
used by Google Earth and now by other Earth browsers like Microsoft Virtual 
Earth and NASA WorldWind. KML 2.2 is now an international standard , located at 
www.opengeospatial.org.

To give you an idea of what KML is like, here is a short snippet:   






   line

?xml version='1.0' encoding='utf-8'?  
1

kml xmlns='http://www.opengis.net/kml/2.2'
2

Placemark 

   3

nameLa Nef de Tavel/name
4

description   

5

La Nef Solaire was built in 1993 at a motorway stop near Tavel 
in the Midi of France.6

Designed by sculptor Odile Mir and well-known gnomoniste 
Denis Savoie, this is 

one of the largest and interesting dials in the world   
   7.

/description  

8

Point 

9

coordinates4.70031,44.0013/coordinates  
   10

/Point

  11

/Placemark

 12

/kml  

  13

 

Type it into your text editor, such as Notepad, save the file as La Nef de 
Tavel.kml and then click on the KML file to open up Google Earth and see the 
aerial view of the huge, incredible Nef de Tavel..The KML text is quite simple 
to understand.The lines 1 and 2 show that this is a KML version 2.2 file, 
itself a version of XML. The Placemark beginning and end tags, line 3 and line 
12, enclose the mininum information for a placemark, a name for the location, 
line 4, a description, in this case, line 5 to line 8, and a ponit, lines 9 to 
11,which  contains the placemark's coordinates. Note that the coordinates in 
decimal degrees are first the longitude and second ,the latitude.  N and E are 
positive (+),  S and W are negative,(-).

 

If you open up my Shropshire Sundials KML file with a Right-Click and use 
your editor, you will see a number of KML features which I have used to produce 
the effects in Google Earth, including:

 

*Icon Style  - the gold icons for the placemarks

*Balloon Style   - which prescribe how the balloons created

*Network Link  - which links this KML file to another KML file

*Placemark- like the Placemark for la Nef de Tavel 
but with two particular important features

- Description includes hyperlinks to either 
a website which contains photographs