[Geomoose-users] My Data Projected in wrong area
INDRA BAYU
cucuberlian at gmail.com
Thu Mar 28 02:35:59 PDT 2013
I am new to GeoMoose. I use GeoMoose 2.6.1. I have added my data and
have it projecting. The data is all WGS_1984_UTM_Zone_48S. I needed
EPSG: 32748 fo this data. I added the new EPSG as per the GeoMoose
instructions on http://www.geomoose.org/docs/projections.html.
this is my configuration:
====EPSG32748.js====
Proj4js.defs["EPSG:32748"] = "+proj=utm +zone=48 +south +ellps=WGS84
+datum=WGS84 +units=m +no_defs";
=====geomoose.html======
<script type="text/javascript" src="projections/EPSG32748.js"></script>
<script type="text/javascript" src="projections/EPSG26915.js"></script>
<script type="text/javascript" src="projections/EPSG3857.js"></script>
=====myshapefile.shp=========
EXTENT 681064.622758 9296398.489077 696909.822267 9311182.143822
..............
WEB
METADATA
'ows_title' 'Parcel Maps'
'ows_srs' 'EPSG:32748 EPSG:26915 EPSG:4326 EPSG:900913
EPSG:3857'
'ows_enable_request' '*'
'ows_onlineresource' 'http://www.geomoose.org'
END
END
PROJECTION
'init=epsg:32748'
END
=====mapbook.xml=======
<param name="projection">EPSG:32748</param>
......
<param name="max_extent">681064.622758,9296398.489077,696909.822267,9311182.143822</param>
<param
name="initial_extent">681064.622758,9296398.489077,696909.822267,9311182.143822</param>
=====settings.ini====
[defaults]
; Location of the default mapbook
mapbook=mapbook.xml
[map]
projection=EPSG: 32748
===config.js====
var CONFIGURATION = {
'links_bar_html' : "",
'waiting_html' : 'Loading...',
'mapserver_url' : "",
'control_panel_side' : 'left',
'mapfile_root' : "",
'mapbook' : "php/getmapbook.php",
'fractional_zoom' : false,
'scales' : [1,2,4,8,16,32,64,128,256,500,1000,5000],
'max_extent' :
[681064.622758,9296398.489077,696909.822267,9311182.143822],
'initial_extent' :
[681064.622758,9296398.489077,696909.822267,9311182.143822],
'projection' : "EPSG:32748",
'ground_units' : 'm',
My data is being projected on nowegian sea (my data is in indonesia) .
Does anyone know what I am doing wrong?
Thanks
More information about the Geomoose-users
mailing list