Click here to Skip to main content
15,885,767 members
Articles / Web Development / ASP.NET

Image and Location Search(aroo)

Rate me:
Please Sign up or sign in to vote.
4.96/5 (28 votes)
11 Jun 2008CPOL12 min read 202.8K   2.5K   76  
Index your website (including images and geographic data), search and display results in Google Earth.
<%@ Page Language="c#" autoeventwireup="true" ContentType="application/vnd.google-earth.kml+xml" %><?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
   <Document><name>Searcharoo Results for: thailand (!)</name>
		<description>The query took less than 1 millisecond.</description>
		
        <Placemark>   
            <name><![CDATA[Bed Supper Club (1)]]></name>
            <description><![CDATA[
                Funky restaurant in Bangkok, Thailand
                <br />
                Size: 63392
                <br />
                Crawled Date: 6/3/2008 8:21:39 PM
                <br />
                <a href="http://localhost:3359/content/bed.jpg">http://localhost:3359/content/bed.jpg</a>
            ]]></description>
            <Point>      
                <coordinates>0,0,0</coordinates>    
            </Point>
        </Placemark>
	    
        <Placemark>   
            <name><![CDATA[Craig walking Tiger (1)]]></name>
            <description><![CDATA[
                SONY DSC-H9 Craig walking Tiger Tiger Thailand TigerTemple
                <br />
                Size: 185203
                <br />
                Crawled Date: 6/3/2008 8:21:40 PM
                <br />
                <a href="http://localhost:3359/content/tiger.jpg">http://localhost:3359/content/tiger.jpg</a>
            ]]></description>
            <Point>      
                <coordinates>99.2318611111111,14.1136388888889,0</coordinates>    
            </Point>
        </Placemark>
	    
        <Placemark>   
            <name><![CDATA[CIA - The World Factbook -- Zambia (1)]]></name>
            <description><![CDATA[
                CIA - The World Factbook -- Zambia nbsp; Country List | World Factbook Home The World Factbook nbsp; Zambia
                <br />
                Size: 45181
                <br />
                Crawled Date: 6/3/2008 8:21:50 PM
                <br />
                <a href="http://localhost:3359/content/za.html">http://localhost:3359/content/za.html</a>
            ]]></description>
            <Point>      
                <coordinates>28.17,-15.25,0</coordinates>    
            </Point>
        </Placemark>
	    
   </Document>
</kml>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Australia Australia
-- ooo ---
www.conceptdevelopment.net
conceptdev.blogspot.com
www.searcharoo.net
www.recipenow.net
www.racereplay.net
www.silverlightearth.com

Comments and Discussions