18
How to plug in worldKit for a slick web interface for MapServer or any WMS and other interesting things mikel maron [email protected] Open Source Geospatial '05 Minneapolis, MN

mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

  • Upload
    heaton

  • View
    40

  • Download
    1

Embed Size (px)

DESCRIPTION

How to plug in worldKit for a slick web interface for MapServer or any WMS and other interesting things. mikel maron [email protected] Open Source Geospatial '05 Minneapolis, MN. World as a Blog. Weblogs.com + GeoURL + RSS + Flash + Earth http://brainoff.com/geoblog/. worldKit. - PowerPoint PPT Presentation

Citation preview

Page 1: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

How to plug in worldKit for a slick web interface for MapServer or any WMS

and other interesting things

mikel [email protected]

Open Source Geospatial '05Minneapolis, MN

Page 2: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

World as a Blog

Weblogs.com + GeoURL + RSS + Flash +

Earth

http://brainoff.com/geoblog/

Page 3: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

worldKit

A flash based application to build interactive

maps from RSS feeds.

http://brainoff.com/worldkit/

Page 4: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

Geocoded RSS<rss version=”2.0”

xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"><channel>

<item><title>Taqueria Vallarta</title><link>http://menustation.com/TaqueriaVallarta/</link><description>Get a super veggie burrito</description><geo:lat>36.97175</geo:lat><geo:long>-122.025373</geo:long>

</item>

</channel></rss>

http://brainoff.com/worldkit/doc/rss.php

Page 5: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

Atom with Geotags<feed version="0.3" xmlns="http://purl.org/atom/ns#">

<entry> <title>Taqueria Vallarta</title> <link href="http://menustation.com/TaqueriaVallarta/"/> <summary>

Get a super veggie burritogeo:lat=36.97175 geo:long=-122.025373

</summary></entry>

</feed>

Page 6: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

config.xml and features<worldkitconf>

<width>695</width><height>550</height><displaytype>day</displaytype><dayimg>bluemarble.jpg</dayimg><dataurl>/weblogs/blogtalk/index.xml</dataurl><showonlynew>false</showonlynew><plotinterval>0</plotinterval><textinterval>0</textinterval><update>60</update><initialplotcolor>0xcc55ff<a_really_nice_place>0xFFFF44</a_really_nice_place>

<hotels>0xFFFFFF</hotels><museums_and_sites>0x11cc00</museums_and_sites><restaurants_and_pubs>0xffaa00</restaurants_and_pubs><transport>0x22aaFF</transport><wifi_hotspot>0xff0022</wifi_hotspot><shopping>0x000099</shopping></initialplotcolor>

<plotsize>8</plotsize><textsize>12</textsize><plotshape>circle</plotshape><textboxsize>100</textboxsize><north>48.2305</north><west>16.3319</west><south>48.1827</south><east>16.4203</east><annotateurl>/cgi-bin/moveabletype/mt.cgi?blogtalk=1&is_bm=1&bm_show=keywords,category&__mode=view&_type=entry</annotateurl>

</worldkitconf>

Page 7: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

JRC Online Tsunami Simulator

http://tsunami.jrc.it/model/

Page 8: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

Woody's Kayak Trips

http://www.kayaktrips.net/geo/

Page 9: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

History of Urbanization

http://brainoff.com/worldkit/population/

Page 10: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

But is it Open Source?

Page 11: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

Flash

Page 12: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

Mapserver and Flash

http://dl.maptools.org/dl/FlashMapserverUserDoc.html

http://mapserver.gis.umn.edu/cgi-bin/wiki.pl?MapserverFlash

Page 13: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

WorldKit Mod to mapswf.c

http://tinyurl.com/8lkxj

http://brainoff.com/worldkit/scratch/mapswf.c

Page 14: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

WMS and worldKit<swftemplate

category="landsat"id="landsat3" tilewidth="376" tileheight="188" extent="-180,-90,180,90" spanx="16" spany="16" minview="4" maxview="50000" minscale="8" maxscale="16">http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&width=376&height=188&layers=modis,global_mosaic&styles=&srs=EPSG:4326&format=image/jpeg&bbox=WEST,SOUTH,EAST,NORTH

</swftemplate>

Page 15: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

GML

http://brainoff.com/worldkit/scratch/gml/

Page 16: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

mapufacture.com

Page 17: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

del.icio.us osgeohttp://mapufacture.com/map.php?mapid=58

http://del.icio.us/rss/tag/osgeo+geotagged/

Page 18: mikel maron worldkit@brainoff Open Source Geospatial '05 Minneapolis, MN

Thanks!