<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana,helvetica,sans-serif;font-size:10pt"><div><br></div><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">Hi Moh.Mayer,<br><br>It's working now, the issue was with&nbsp; a wrong path in the 'countydemo.xml' file.<br><br>Thanks for your help.<br><br>Rgrds<br>Armand Basoh, PMP<br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">De :</span></b> Moh.Maher &lt;mohmaher@hotmail.com&gt;<br><b><span style="font-weight: bold;">À :</span></b> armand noel &lt;abasoh@yahoo.fr&gt;<br><b><span style="font-weight: bold;">Envoyé le :</span></b> Mercredi, 11 Février 2009, 10h59mn 44s<br><b><span style="font-weight: bold;">Objet&nbsp;:</span></b> Re: [Geomoose-users] From UMT-15 to UMT-32 Projection<br></font><br>

 



<div><font face="Calibri">Armand,</font></div>
<div><font face="Calibri"></font>&nbsp;</div>
<div><font face="Calibri">Make sure that your shapefile is located in the same 
path you put in the map file.</font></div>
<div><font face="Calibri"></font>&nbsp;</div>
<div><font face="Calibri">Make sure that the extents value&nbsp;that you have 
changed is valid&nbsp; and following the same&nbsp;coordinate 
system/projection&nbsp;for your shapefile ( you can simply use ogrinfo to know 
the&nbsp; extents for your shapfile) .</font></div>
<div><font face="Calibri"></font>&nbsp;</div>
<div><font face="Calibri">Add to your map file&nbsp; the projection that your 
shapefile uses and its parameters.</font></div>
<div><font face="Calibri"></font>&nbsp;</div>
<div><font face="Calibri">Preferable as you are still&nbsp;a beginner that you use 
the free- open source&nbsp; Quantum GIS to load your shapefile to make sure it 
is displaying OK, and second Quantum GIS can create a valid map file for your 
shapefile, that you can edit later or use in Mapserver or Geomoose 
app.</font></div>
<div><font face="Calibri"></font>&nbsp;</div>
<div><font face="Calibri">Try and let us know ..</font></div>
<div><font face="Calibri"></font>&nbsp;</div>
<div><font face="Calibri">Regards,</font></div>
<div><font face="Calibri"></font>&nbsp;</div>
<div><font face="Calibri">Moh.Maher</font></div>
<div><font face="Calibri"></font>&nbsp;</div>
<div style="font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">
<div><font size="3" face="Calibri"></font><br></div>
<div style="background: rgb(245, 245, 245) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
<div style=""><b>From:</b> <a rel="nofollow" title="abasoh@yahoo.fr" ymailto="mailto:abasoh@yahoo.fr" target="_blank" href="mailto:abasoh@yahoo.fr">armand noel</a> </div>
<div><b>Sent:</b> Wednesday, February 11, 2009 12:33 PM</div>
<div><b>To:</b> <a rel="nofollow" title="mailto:geomoose-users@lists.sourceforge.net
CTRL + Click to follow link" ymailto="mailto:geomoose-users@lists.sourceforge.net" target="_blank" href="mailto:geomoose-users@lists.sourceforge.net">geomoose-users@lists.sourceforge.net</a> 
</div>
<div><b>Subject:</b> [Geomoose-users] From UMT-15 to UMT-32 
Projection</div></div></div>
<div><br></div>
<div style="font-size: 10pt; font-family: verdana,helvetica,sans-serif;">
<div>Hi,<br><br>I want to create a new application with Geomoose on a Windows Xp 
installation. But it is not working.<br><br>My data is in UMT Zone 32 
projection. To create the new application I fellow this Step:<br><br>1 - I 
create a new folder in C:\ms4w\apps\GeoMOOSE\maps_countydemo\ call 
'departements'<br><br>2 - In 'countydemo-configuration.js', I make these 
changes: <br><br>change the line 26 to <br>&nbsp;&nbsp;&nbsp; var INITIAL_VIEW = 
'-168958.001,126687.001,1941235.001,1471051.001';<br><br>change the line 217 
to<br>&nbsp;&nbsp;&nbsp; var MAP_COORDINATE_SYSTEM = 'UTM-32';<br>Change the 
line 379 to<br>&nbsp;&nbsp;&nbsp; var MAP_MAXSCALE = 1000000000000;<br><br>3 - 
In 'countydemo.xml', I remove all the layer and I add only one 
layer<br><br>&nbsp; &lt;map title="departement" 
default="true"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 
&lt;file&gt;/ms4w/apps/GeoMOOSE/maps_countydemo/departements/departement.map&lt;/file&gt;<br>&nbsp; 
&lt;/map&gt;<br><br>4 - In 'C:\ms4w\apps\GeoMOOSE\maps_countydemo\departements' 
folder, i create the MAPfiles with this contain:<br><br>depertement.map: 
<br>-------------------------------------------<br>MAP<br>&nbsp;&nbsp;&nbsp; 
NAME 'mn_departement'<br>&nbsp;&nbsp;&nbsp; SIZE 800 650<br>&nbsp;&nbsp;&nbsp; 
STATUS ON<br>&nbsp;&nbsp;&nbsp; EXTENT -168958.001 126687.001 1941235.001 
1471051.001<br>&nbsp;&nbsp;&nbsp; UNITS METERS<br>&nbsp;&nbsp;&nbsp; FONTSET 
'../fonts/fontset.list'<br>&nbsp;&nbsp;&nbsp; SYMBOLSET 
'../symbols/symbol.sym'<br>&nbsp;&nbsp;&nbsp; TRANSPARENT 
TRUE<br><br>&nbsp;&nbsp;&nbsp; QUERYMAP<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
STATUS ON<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STYLE 
SELECTED<br>&nbsp;&nbsp;&nbsp; END<br><br>&nbsp;&nbsp;&nbsp; 
WEB<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; QUERYFORMAT 
"text/xml"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; INCLUDE 
"../temp_directory.map"<br>&nbsp;&nbsp;&nbsp; END<br><br>&nbsp;&nbsp;&nbsp; 
LEGEND<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STATUS ON<br>&nbsp;&nbsp;&nbsp; 
END<br><br>&nbsp;&nbsp;&nbsp; LAYER<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
NAME 'departement'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DATA 
'./Departement_region_region.shp'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
STATUS DEFAULT<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE 
POLYGON<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME 'departement'<br>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 200 
0<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 0<br>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; WIDTH 
1<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
END<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; HEADER 'imagemap_header.xml'<br>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; TEMPLATE 'imagemap_record.xml'<br>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; FOOTER 'imagemap_footer.xml'<br>&nbsp;&nbsp;&nbsp; 
END<br><br>END ## end 
Map<br>---------------------------------------------------<br><br>The problem 
that I have is that no map is displaying?<br><br>Have I miss something or 
another parameter to ajust?<br><br>Is there any problem with the projection? 
<br><br>Should I have to write a new 'UMT.js' for UMT-32 to 
Long/Lat?<br><br>Rgrds<br>Armand Basoh, PMP<br>Web 
Develloper<br><br><br></div></div><br>
<hr size="1">
Ne pleurez pas si votre Webmail ferme. <a rel="nofollow" target="_blank" href="http://fr.rd.yahoo.com/mail_fr/taglines/caramail/*http://fr.docs.yahoo.com/mail/transfert_mails.html">Récupérez 
votre historique sur Yahoo! Mail</a> 
<p>
</p><hr>

<p></p>------------------------------------------------------------------------------<br>Create 
and Deploy Rich Internet Apps outside the browser with 
Adobe(R)AIR(TM)<br>software. With Adobe AIR, Ajax developers can use existing 
skills and code to<br>build responsive, highly engaging applications that 
combine the power of local<br>resources and data with the reach of the web. 
Download the Adobe AIR SDK and<br>Ajax docs to start building applications 
today-http://p.sf.net/sfu/adobe-com 
<p>
</p><hr>

<p></p>_______________________________________________<br>Geomoose-users mailing 
list<br>Geomoose-users@lists.sourceforge.net<br>https://lists.sourceforge.net/lists/listinfo/geomoose-users<br></div></div></div><br>



      <hr size="1"> 
Ne pleurez pas si votre Webmail ferme. <a href="http://fr.rd.yahoo.com/mail_fr/taglines/caramail/*http://fr.docs.yahoo.com/mail/transfert_mails.html">Récupérez votre historique sur Yahoo! Mail</a></body></html>