<div>Risolto il problema della lib proj con il sistema di coordinate mancante relativo al epsg:900913 (vai a pensare che nella libreria non ci fosse n.d.r.) mi trovo di fronte agli ultimi tre problemi per far partire pmapper5.</div>
<div><br></div><div><br></div><div>PHP Warning:  [MapServer Error]: msDrawMap(): Unable to initialize image.</div><div>PHP Warning:  [MapServer Error]: msCalculateScale(): Invalid image extent, minx=-nan, miny=-nan, maxx=-nan, maxy=-nan.</div>
<div>PHP Fatal error: Call to a member function saveImage() on a non-object</div><div><br></div><div><br></div><div>molto probabilmente sono legati a PM.mapOptions nel file js_options.php</div><div><div>/**</div><div> * OpenLayer map options</div>
<div> */        </div><div>PM.mapOptions = {</div><div>    projection: new OpenLayers.Projection("EPSG:900913"),</div><div>    displayProjection: new OpenLayers.Projection("EPSG:4326"),</div><div>    units: "m",</div>
<div>    numZoomLevels: 22,        //</div><div>    restrictedZoomLevel: 15,  // settings should be: restrictedMinZoom + restrictedZoomLevel = numZoomLevels</div><div>    restrictedMinZoom: 7,     // </div><div>    //maxResolution: 156543.0339,</div>
<div>    //maxExtent: new OpenLayers.Bounds(-20037508, -20037508, 20037508, 20037508.34)</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>  maxExtent: new OpenLayers.Bounds(-4000000, 3000000, 8000000, 12000000)</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span></div><div>};</div><div><br></div><div>/**</div><div> * Options for overview map</div><div> */</div><div>PM.overviewMapOptions = {</div><div>    div: 'pmOverviewMapContainer',</div>
<div>    olThemes: [ ['osm_mapnik', ['osmmapnik']] ],</div><div>    maximized: false,</div><div>    size: [200, 150],</div><div>    minRatio: 10,</div><div>    mapOptions: {</div><div>        maxExtent: new OpenLayers.Bounds(-4000000, 3000000, 8000000, 12000000)</div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span></div><div>    }</div><div>};</div></div><div><br></div><div>considerando che lo sto montando con i dati demo presi da qui: <a href="http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-p-mapper-5-first-beta-td3856076.html">http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-p-mapper-5-first-beta-td3856076.html</a></div>
<div><br></div><div>qualcuno ha qualche suggerimento??</div><div><br></div><div><br></div><div>grazie.</div><div><br></div><div><br></div><div><br></div>