<p dir="ltr">Check with another WMS client (such as QGIS) if MapServer is projecting your data correctly.  What does your MapServer LAYER look like?</p>
<p dir="ltr">For most WMS clients to work OWS_ONLINERESOURCE should point to your mapfile not the geomoose website.</p>
<p dir="ltr">It looks like you may have a space in EPSG:32748 in settings.INI, but that wouldn't cause your problem.</p>
<p dir="ltr">You don't need to edit config.js.  The values in the map book will override those in config.js.  (Also I think config.js gets compiled in during the build so changes there would only take effect if you rebuilt GeoMoose or were using GeoMoose_Dev.html.)</p>

<div class="gmail_quote">On Mar 28, 2013 5:36 AM, "INDRA BAYU" <<a href="mailto:cucuberlian@gmail.com">cucuberlian@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am new to GeoMoose. I use GeoMoose 2.6.1. I have added my data and<br>
have it projecting.  The data is all WGS_1984_UTM_Zone_48S. I needed<br>
EPSG: 32748 fo this data.  I added the new EPSG as per the GeoMoose<br>
instructions on <a href="http://www.geomoose.org/docs/projections.html" target="_blank">http://www.geomoose.org/docs/projections.html</a>.<br>
<br>
this is my configuration:<br>
<br>
====EPSG32748.js====<br>
Proj4js.defs["EPSG:32748"] = "+proj=utm +zone=48 +south +ellps=WGS84<br>
+datum=WGS84 +units=m +no_defs";<br>
<br>
=====geomoose.html======<br>
<script type="text/javascript" src="projections/EPSG32748.js"></script><br>
<script type="text/javascript" src="projections/EPSG26915.js"></script><br>
<script type="text/javascript" src="projections/EPSG3857.js"></script><br>
<br>
=====myshapefile.shp=========<br>
EXTENT 681064.622758 9296398.489077 696909.822267 9311182.143822<br>
..............<br>
WEB<br>
                METADATA<br>
                'ows_title' 'Parcel Maps'<br>
                'ows_srs' 'EPSG:32748 EPSG:26915 EPSG:4326 EPSG:900913<br>
EPSG:3857'<br>
                'ows_enable_request' '*'<br>
                'ows_onlineresource' '<a href="http://www.geomoose.org" target="_blank">http://www.geomoose.org</a>'<br>
                END<br>
END<br>
<br>
        PROJECTION<br>
                'init=epsg:32748'<br>
        END<br>
<br>
<br>
=====mapbook.xml=======<br>
<param name="projection">EPSG:32748</param><br>
......<br>
<param name="max_extent">681064.622758,9296398.489077,696909.822267,9311182.143822</param><br>
                <param<br>
name="initial_extent">681064.622758,9296398.489077,696909.822267,9311182.143822</param><br>
<br>
=====settings.ini====<br>
[defaults]<br>
; Location of the default mapbook<br>
mapbook=mapbook.xml<br>
<br>
[map]<br>
projection=EPSG: 32748<br>
<br>
<br>
===config.js====<br>
var CONFIGURATION = {<br>
        'links_bar_html' : "",<br>
        'waiting_html' : 'Loading...',<br>
        'mapserver_url' : "",<br>
        'control_panel_side' : 'left',<br>
        'mapfile_root' : "",<br>
        'mapbook' : "php/getmapbook.php",<br>
        'fractional_zoom' : false,<br>
        'scales' : [1,2,4,8,16,32,64,128,256,500,1000,5000],<br>
        'max_extent' :<br>
[681064.622758,9296398.489077,696909.822267,9311182.143822],<br>
        'initial_extent' :<br>
[681064.622758,9296398.489077,696909.822267,9311182.143822],<br>
        'projection' : "EPSG:32748",<br>
        'ground_units' : 'm',<br>
<br>
<br>
My data is being projected on nowegian sea (my data is in indonesia) .<br>
 Does anyone know what I am doing wrong?<br>
Thanks<br>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org">Geomoose-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geomoose-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/geomoose-users</a><br>
</blockquote></div>