Way simpler:<br><br>I took about 200 panoramas, geotagged them and display them using Google custom streetview API, which is part of Google maps API v3:<br><br><a href="http://code.google.com/apis/maps/documentation/javascript/services.html#CustomStreetView" target="_blank">http://code.google.com/apis/maps/documentation/javascript/services.html#CustomStreetView</a><br>

<br>For this I created 2 sets of data:<br>a) Polyline for the &quot;blue roads&quot; on the map:<br><br>var points = <br>[<br>new google.maps.LatLng(49.994581,8.664265),<br>new google.maps.LatLng(49.994636,8.666582),<br>
etc...<br>
];<br><br>b) List of my custom streetviews:<br>var panoramas =  {<br>  &#39;000038&#39;: {<br>    latLng: new google.maps.LatLng(49.99434383656390, 8.66439325015278),<br>    description: &#39;000038&#39;,<br>    pano: &#39;000038&#39;,<br>

    copyright: &#39;Imagery (c) 2011 DIY-streetview.com&#39;,<br>    tiles: {<br>      worldSize: new google.maps.Size(8192, 4096),<br>      tileSize:  new google.maps.Size(512, 512),<br>      heading: 339<br>    },<br>    links: [<br>

      {<br>      heading: 159,<br>      description: &#39;000037&#39;,<br>      pano: &#39;000037&#39;,<br>      roadColor: &#39;#C9BE62&#39;,<br>      roadOpacity: &#39;0.3&#39;<br>      },<br>      {<br>      heading: 339,<br>

      description: &#39;000039&#39;,<br>      pano: &#39;000039&#39;,<br>      roadColor: &#39;#C9BE62&#39;,<br>      roadOpacity: &#39;0.3&#39;<br>      }]},<br>etc....<br><br>Obviously this does not scale. <br>So I like to serve this data only using Mapserver.<br>

Tiles are from Google.<br><br>How to do this?<br><br>Thanks,<br>Jan<br><br>My working example:<br><a href="http://www.diy-streetview.org/2011/03/17/google-streetview-player-for-diy-streetviews/" target="_blank">http://www.diy-streetview.org/2011/03/17/google-streetview-player-for-diy-streetviews/</a><br>

<br><br><br><div class="gmail_quote">On Fri, Mar 18, 2011 at 3:31 PM, Mark Korver <span dir="ltr">&lt;<a href="mailto:mwkorver@gmail.com">mwkorver@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

if you purpose is to replace the google base layer with something<br>
different this might help<br>
<br>
<a href="http://wiki.openstreetmap.org/wiki/Google_Maps_Example#Example_Using_Google_Maps_API_V3" target="_blank">http://wiki.openstreetmap.org/wiki/Google_Maps_Example#Example_Using_Google_Maps_API_V3</a><br>
<br>
that allows you to use OSM as basemap.<br>
<br>
To use MapServer behind this rather than just getting from OSM, or<br>
CloudMade etc, you need to be able to serve Tiles from MapServer.<br>
<br>
see here for how to do that<br>
<br>
<a href="http://mapserver.org/output/tile_mode.html" target="_blank">http://mapserver.org/output/tile_mode.html</a><br>
<br>
The references here are for GMap v2 so you will have to adapt the<br>
examples abit to work with GMap V3<br>
<div><div></div><div class="h5"><br>
<br>
On Fri, Mar 18, 2011 at 7:22 AM, Jan Martin<br>
&lt;<a href="mailto:janmartin@diy-streetview.org">janmartin@diy-streetview.org</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I just published 200 panoramas I shot myself using the latest Google custom<br>
&gt; streetview API v3:<br>
&gt;<br>
&gt; <a href="http://www.diy-streetview.org/2011/03/17/google-streetview-player-for-diy-streetviews/" target="_blank">http://www.diy-streetview.org/2011/03/17/google-streetview-player-for-diy-streetviews/</a><br>
&gt;<br>
&gt; For this i added an overview map using div&#39;s.<br>
&gt;<br>
&gt; My camera used to shoot the 200 streetviews while walking, without even<br>
&gt; stopping, in just 20 minutes:<br>
&gt; <a href="http://www.diy-streetview.com" target="_blank">http://www.diy-streetview.com</a><br>
&gt;<br>
&gt; I am looking for help to implement a back-end using <a href="http://mapserver.org" target="_blank">http://mapserver.org</a>.<br>
&gt; Any sugestions how to do this?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Jan Martin<br>
&gt; janmartin AT diy-streetview DOT org<br>
&gt;<br>
&gt; P.S.:<br>
&gt; Google custom streetview API:<br>
&gt; <a href="http://code.google.com/apis/maps/documentation/javascript/services.html#CustomStreetView" target="_blank">http://code.google.com/apis/maps/documentation/javascript/services.html#CustomStreetView</a><br>
&gt;<br>
&gt; --<br>
&gt; <a href="http://www.DIY-streetview.org" target="_blank">http://www.DIY-streetview.org</a><br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; mapserver-users mailing list<br>
&gt; <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.DIY-streetview.org">http://www.DIY-streetview.org</a><br>