[Geoserver-users] GeoServer for office maps?

Hello,

pardon my newbie question, can GeoServer be used to map an indoor office (with hardware locations, user information, etc.), or are there better technical solutions?

What are the best practices in terms of creating maps (file format, accuracy, …), in this case?

Many thanks.

Philippe

Phillipe,

GeoServer since 2.2 provides EPSG:404000 for unreferenced mapping such as indoor maps. This CRS is in 2D metres; there are variants in feet and in 3D. I have not used GeoServer for this purpose, but I have used it for 3D mine coordinates using a custom CRS (WFS data delivery only, no mapping).

http://osgeo-org.1560.x6.nabble.com/EPSG-0-is-now-EPSG-404000-td4270688.html
Earlier discussion:
http://osgeo-org.1560.x6.nabble.com/Rebooting-the-EPSG-0-thread-td4270735.html
http://osgeo-org.1560.x6.nabble.com/Adding-support-for-a-new-EPSG-code-EPSG-0-td4270761.html
GeoServer 2.2 released:
http://blog.geoserver.org/2012/09/21/geoserver-2-2-released/

Here is one person's advice on how to use it in OpenLayers 3 (but note the typo: EPSG:4004000 should be EPSG:404000):
https://groups.google.com/forum/?fromgroups#!topic/ol3-dev/M4wWBxc50TI

GeoServer is a great option because you get spatial support and SLD styling, plus integration with other open source and standards compliant tools. You can have a layer for your offices, and layers for all other spatially located features, and user information can be properties (by value or reference/link to another service).

I do not know anything about it, but earlier this year OGC released IndoorGML. This is likely to be massive overkill unless you want to build interoperable services. Nonetheless, it may be worth reading to learn about issues and nomenclature before you implement a straightforward solution with GeoServer simple features:
http://www.opengeospatial.org/pressroom/pressreleases/2157
http://www.opengeospatial.org/standards/indoorgml

Is your map for internal use only (inside your organisation) or will you be exposing service endpoints?

Kind regards,
Ben.

On 25/10/15 00:09, Philippe de Rochambeau wrote:

Hello,

pardon my newbie question, can GeoServer be used to map an indoor office (with hardware locations, user information, etc.), or are there better technical solutions?

What are the best practices in terms of creating maps (file format, accuracy, …), in this case?

Many thanks.

Philippe
------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Ben Caradoc-Davies <ben@anonymised.com>
Director
Transient Software Limited <http://transient.nz/&gt;
New Zealand

Hi Ben,
thank you for your pointers.
The map will be internal company use.
What kind of "service endpoints" do companies put on office maps, in your experience?

Le 25 oct. 2015 à 01:13, Ben Caradoc-Davies <ben@anonymised.com> a écrit :

Phillipe,

GeoServer since 2.2 provides EPSG:404000 for unreferenced mapping such as indoor maps. This CRS is in 2D metres; there are variants in feet and in 3D. I have not used GeoServer for this purpose, but I have used it for 3D mine coordinates using a custom CRS (WFS data delivery only, no mapping).

http://osgeo-org.1560.x6.nabble.com/EPSG-0-is-now-EPSG-404000-td4270688.html
Earlier discussion:
http://osgeo-org.1560.x6.nabble.com/Rebooting-the-EPSG-0-thread-td4270735.html
http://osgeo-org.1560.x6.nabble.com/Adding-support-for-a-new-EPSG-code-EPSG-0-td4270761.html
GeoServer 2.2 released:
http://blog.geoserver.org/2012/09/21/geoserver-2-2-released/

Here is one person's advice on how to use it in OpenLayers 3 (but note the typo: EPSG:4004000 should be EPSG:404000):
https://groups.google.com/forum/?fromgroups#!topic/ol3-dev/M4wWBxc50TI

GeoServer is a great option because you get spatial support and SLD styling, plus integration with other open source and standards compliant tools. You can have a layer for your offices, and layers for all other spatially located features, and user information can be properties (by value or reference/link to another service).

I do not know anything about it, but earlier this year OGC released IndoorGML. This is likely to be massive overkill unless you want to build interoperable services. Nonetheless, it may be worth reading to learn about issues and nomenclature before you implement a straightforward solution with GeoServer simple features:
http://www.opengeospatial.org/pressroom/pressreleases/2157
http://www.opengeospatial.org/standards/indoorgml

Is your map for internal use only (inside your organisation) or will you be exposing service endpoints?

Kind regards,
Ben.

On 25/10/15 00:09, Philippe de Rochambeau wrote:
Hello,

pardon my newbie question, can GeoServer be used to map an indoor office (with hardware locations, user information, etc.), or are there better technical solutions?

What are the best practices in terms of creating maps (file format, accuracy, …), in this case?

Many thanks.

Philippe
------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Ben Caradoc-Davies <ben@anonymised.com>
Director
Transient Software Limited <http://transient.nz/&gt;
New Zealand

Ciao Philippe,
I second what Ben said.

One of our client uses this approach for indoor contruction work mapping on the field using iPad as client devices.
The source data is DWG from autocad which gets ingested into SQL Server through batch imports.

The client app is web-based and uses OpenLayers with support for WMS and WFS + custom code.

···

On Sun, Oct 25, 2015 at 1:13 AM, Ben Caradoc-Davies <ben@anonymised.com> wrote:

Phillipe,

GeoServer since 2.2 provides EPSG:404000 for unreferenced mapping such
as indoor maps. This CRS is in 2D metres; there are variants in feet and
in 3D. I have not used GeoServer for this purpose, but I have used it
for 3D mine coordinates using a custom CRS (WFS data delivery only, no
mapping).

http://osgeo-org.1560.x6.nabble.com/EPSG-0-is-now-EPSG-404000-td4270688.html
Earlier discussion:
http://osgeo-org.1560.x6.nabble.com/Rebooting-the-EPSG-0-thread-td4270735.html
http://osgeo-org.1560.x6.nabble.com/Adding-support-for-a-new-EPSG-code-EPSG-0-td4270761.html
GeoServer 2.2 released:
http://blog.geoserver.org/2012/09/21/geoserver-2-2-released/

Here is one person’s advice on how to use it in OpenLayers 3 (but note
the typo: EPSG:4004000 should be EPSG:404000):
https://groups.google.com/forum/?fromgroups#!topic/ol3-dev/M4wWBxc50TI

GeoServer is a great option because you get spatial support and SLD
styling, plus integration with other open source and standards compliant
tools. You can have a layer for your offices, and layers for all other
spatially located features, and user information can be properties (by
value or reference/link to another service).

I do not know anything about it, but earlier this year OGC released
IndoorGML. This is likely to be massive overkill unless you want to
build interoperable services. Nonetheless, it may be worth reading to
learn about issues and nomenclature before you implement a
straightforward solution with GeoServer simple features:
http://www.opengeospatial.org/pressroom/pressreleases/2157
http://www.opengeospatial.org/standards/indoorgml

Is your map for internal use only (inside your organisation) or will you
be exposing service endpoints?

Kind regards,
Ben.

On 25/10/15 00:09, Philippe de Rochambeau wrote:

Hello,

pardon my newbie question, can GeoServer be used to map an indoor office (with hardware locations, user information, etc.), or are there better technical solutions?

What are the best practices in terms of creating maps (file format, accuracy, …), in this case?

Many thanks.

Philippe


Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Ben Caradoc-Davies <ben@anonymised.com>
Director
Transient Software Limited <http://transient.nz/>
New Zealand



Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Regards,
Simone Giannecchini

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

Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928

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.