Mapserver layer handling, production, and management in larger scale environment
This is a modal window.
Das Video konnte nicht geladen werden, da entweder ein Server- oder Netzwerkfehler auftrat oder das Format nicht unterstützt wird.
Formale Metadaten
Titel |
| |
Serientitel | ||
Anzahl der Teile | 351 | |
Autor | ||
Mitwirkende | ||
Lizenz | CC-Namensnennung 3.0 Unported: Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen. | |
Identifikatoren | 10.5446/69074 (DOI) | |
Herausgeber | ||
Erscheinungsjahr | ||
Sprache | ||
Produktionsjahr | 2022 |
Inhaltliche Metadaten
Fachgebiet | ||
Genre | ||
Abstract |
| |
Schlagwörter |
00:00
Innerer PunktClientClientGamecontrollerMAPKonfiguration <Informatik>MultiplikationsoperatorElektronische PublikationDienst <Informatik>Selbst organisierendes SystemDifferenteMetadatenProdukt <Mathematik>MereologieSoftwareentwicklerProzessautomationCodeVersionsverwaltungMathematikKonfigurationsraumServerAnalytische FortsetzungGrenzschichtablösungBitComputersicherheitRahmenproblemMapping <Computergraphik>CASE <Informatik>Bildgebendes VerfahrenSoftwaretestDokumentenserverVisualisierungSymboltabelleComputeranimationXML
Transkript: Englisch(automatisch erzeugt)
00:00
Hi, my name is Sander. I am a GIS developer from the IT and Development Center at the Estonia Ministry of Interior. The name is long and not very telling. We provide GIS solutions for our public safety and security organizations like the police, rescue services, border guard and the like. For example, our services include geogoding, routing,
00:26
basemaps and the topic of my talk, map layers. As most spatial data users, our clients wanted to see something, visualize stuff. Technology-wise, we had two options at the time, GeoServer or MapServer, we chose MapServer. And as with everything, things grow, clients wanted
00:45
to see more stuff and see different layers. At first, we had a pretty basic map file. Every layer was in this one map file, quite static in its concept. But as more layers
01:01
were needed and different layers got integrated into different clients' development cycles, a need for version control arise. Basically, we needed better control over our production. We use a server continuous configuration automation tool called Chef Automate.
01:23
One part of the automation is building different MapServer map files. In our case, we hold every layer each in their own layer file. Chef takes all the needed MapServer metadata part, then all the layers that are configured for that map file,
01:40
and then all the symbols, puts it together and creates a map file. And it's continuously updated in a certain time frame, we use one hour. And through Chef, all of that is versioned and trackable, and it gives us all the control we need over our production.
02:01
By keeping the layers in separate layer files, we can create the different map files, smaller map files easily using Chef. It helps us keep it more client-based, gives us the flexibility, and is overall just a little bit more cleaner to maintain and manage the smaller map files. Also, some years ago, we did some light testing,
02:22
and we found that smaller map files performed better than bigger map files with more layers. But let's say everything is all up and running, or is it? Here, monitoring comes in. Besides the regular, is the server running? We actually check the data as well. Every layer is checked once in an hour if it returns a WMS image,
02:44
and then WFS check is done to see if any actual data and features are returned. And all of that is linked into our internal chat, so if something goes wrong, we are notified instantly. And as always, it never ends. We can easily add layers,
03:02
remove them, change styling, and through version controlling, it's really easy to manage with low effort. Unfortunately, we can't really show any code in public repositories, but if you come and ask us, we can actually show what we're doing. Thank you.