<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br class="Apple-interchange-newline">
      <span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 28px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">Hi everyone. First, say that Geomoose developers have done a great job.
Select this software after trying Geoserver, Openlayers, QgisServer, etc ... largely due to its ability to represent different types of information (SHP, ECW ... etc) and especially because the user query environment It seems intuitive, simple, clear and with great features.
I have installed the software and I am including my own information by customizing the sample demo data. I encounter the problem of the initial display. I use UTM ETRS89 N. I have changed the map extension in the mapbook.xml, in the app.js and in the * .map ... and nothing ... the initial visualization is still wrong ... that I am missing ?
Thank you...</span></p>
    <p><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 28px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">app.js:</span></p>
    <p><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 28px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">app.loadMapbook({url: 'mapbook.xml'}).then(function() {
    // set the default view.
    app.setView({
        center: [ 746000 , 4304950 ],
        zoom: 2
    });</span></p>
    <p><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 28px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">
</span></p>
    <p><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 28px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">app.registerAction('fullextent', ZoomToAction, {
        extent: [746000,4304950,758122,4314545]
    });</span></p>
    <p><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 28px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">
</span></p>
    <p><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 28px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">geomoose.glabals.map:</span></p>
    <p><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 28px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">PROJECTION
    "init=epsg:25830"
END
EXTENT 746000 4304950 758100 4314500
</span></p>
    <p><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 28px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">Winodws Server 2016. MS4W 2019-12-19. Apache 2.4. Mapserver 5.6. Geomoose 3.4.0. Thanks in advance
</span></p>
    <p><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 28px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">
</span></p>
    <div class="moz-signature">-- <br>
      <table style="width: 100%; height: 119px; border-bottom-color:
        #FF9900; border-bottom-style: solid; border-bottom-width: thin;
        border-top-color: #FF9900; border-top-style: solid;
        border-top-width: medium;" width="50%">
        <tbody>
          <tr>
            <td width="305" height="163"><a href="http://oliva.es/es/">
                <img
                  src="http://oliva.es/wp-content/uploads/2017/01/AJUNTAMENT_O-1.jpg"
                  alt="" class="auto-style1" width="305" height="159"></a></td>
            <td width="925">
              <div><strong>Cap del Departament de Cartografia i
                  Topografia</strong></div>
              <div>Lara Perez Bessone</div>
              <div>Enginyera Tecnica Topografa Municipal</div>
              <div class="auto-style4">email: <a class="moz-txt-link-abbreviated" href="mailto:topografia@oliva.es">topografia@oliva.es</a> Tel.
                mòvil: 647 835 086 ext. 521</div>
              <br class="auto-style1">
              <div class="auto-style4"><strong class="auto-style2">Ajuntament
                  d'Oliva - València</strong></div>
              <div class="auto-style4">Plaça del Ajuntament 1, 46780
                Oliva</div>
              <div class="auto-style4">Tel. 962850250 Fax 962855165
                <a class="moz-txt-link-abbreviated" href="http://www.oliva.es">www.oliva.es</a></div>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>