add srid to viewer

52 views
Skip to first unread message

Antonio Rubio

unread,
Jul 6, 2017, 8:13:23 AM7/6/17
to mapstore-users
Hello, i need use epsg:25830, i tried to add en the file myapp.js, but is not enougth
Some idea to add the coordinate system to viewer ?

Mauro Bartolomeoli

unread,
Jul 6, 2017, 8:24:15 AM7/6/17
to mapstor...@googlegroups.com
Hi Antonio,
first of all advanced projections (anything but EPSG:4326 and EPSG:3857) are only supported by OpenLayers.

That said, if you want to add support for other projections, you need to add their definition anywhere in your code.
The code you need for your EPSG is:

const ol = require('openlayers');
const proj4 = require('proj4');

proj4.defs("EPSG:25830", "+proj=utm +zone=30 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
ol.proj.addProjection(new ol.proj.Projection({
    code: "EPSG:25830",
    extent: [-1300000, 4000000, 1900000, 7500000],
    worldExtent: [-6.0000, 35.9500, 0.0000, 63.9500]
}));

Mauro

2017-07-06 14:13 GMT+02:00 Antonio Rubio <arp...@gmail.com>:
Hello, i need use epsg:25830, i tried to add en the file myapp.js, but is not enougth
Some idea to add the coordinate system to viewer ?

--
You received this message because you are subscribed to the Google Groups "mapstore-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapstore-users+unsubscribe@googlegroups.com.
To post to this group, send email to mapstore-users@googlegroups.com.
Visit this group at https://groups.google.com/group/mapstore-users.
For more options, visit https://groups.google.com/d/optout.



--

Regards,

Mauro Bartolomeoli

==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.
==

Dott. Mauro Bartolomeoli
@mauro_bart
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility  for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


Antonio Rubio

unread,
Jul 6, 2017, 8:50:25 AM7/6/17
to mapstore-users

El jueves, 6 de julio de 2017, 14:13:23 (UTC+2), Antonio Rubio escribió:
Hello, i need use epsg:25830, i tried to add en the file myapp.js, but is not enougth
Some idea to add the coordinate system to viewer ?

Thanks Mauro!!! 
Reply all
Reply to author
Forward
0 new messages