All Projects → MapServer → tinyows

MapServer / tinyows

Licence: MIT license
Source code of the TinyOWS project. Please submit pull requests to the 'main' branch.

Programming Languages

c
50402 projects - #5 most used programming language
Lex
420 projects
shell
77523 projects

Projects that are alternatives of or similar to tinyows

mapmint
Fast and easy webmapping.
Stars: ✭ 51 (+0%)
Mutual labels:  foss4g, wfs, ogc-services
geojson-to-wfs-t-2
A lightweight javascript module to format WFS-T-2 statements from GeoJSON features
Stars: ✭ 21 (-58.82%)
Mutual labels:  wfs, wfst
py-qgis-server
QGIS embbeded WMS/WFS/WCS asynchronous scalable http server
Stars: ✭ 28 (-45.1%)
Mutual labels:  wfs
notifire
The open-source notification infrastructure for developers
Stars: ✭ 12,436 (+24284.31%)
Mutual labels:  transactional
libjio
[mirror] A library for Journaled I/O
Stars: ✭ 17 (-66.67%)
Mutual labels:  transactional
MapServer-documentation
Source repository for the MapServer documentation, for the live website. Please submit pull requests to the 'main' branch.
Stars: ✭ 29 (-43.14%)
Mutual labels:  foss4g
Transactional-NTFS-TxF-.NET
Transactional NTFS (TxF) Library .NET is a small library .Net (C#) allows to use transactions on NTFS FileSystem (Transactional NTFS (TxF))
Stars: ✭ 20 (-60.78%)
Mutual labels:  transactional
ows4R
R Interface for OGC Web-Services (OWS)
Stars: ✭ 29 (-43.14%)
Mutual labels:  wfs
geospatial-modeling-course
NCSU GIS/MEA582: Geospatial Modeling and Analysis Course
Stars: ✭ 30 (-41.18%)
Mutual labels:  foss4g
Foundationdb
FoundationDB - the open source, distributed, transactional key-value store
Stars: ✭ 10,937 (+21345.1%)
Mutual labels:  transactional
ElasticEmail.WebApiClient-php
Easily send emails with Elastic Email using Web API PHP Client https://elasticemail.com/
Stars: ✭ 20 (-60.78%)
Mutual labels:  transactional
Unqlite
An Embedded NoSQL, Transactional Database Engine
Stars: ✭ 1,583 (+3003.92%)
Mutual labels:  transactional
deegree3
Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
Stars: ✭ 118 (+131.37%)
Mutual labels:  wfs
Geoserver
Official GeoServer repository
Stars: ✭ 2,573 (+4945.1%)
Mutual labels:  wfs
acid-store
A library for secure, deduplicated, transactional, and verifiable data storage
Stars: ✭ 48 (-5.88%)
Mutual labels:  transactional
tailormap
B3partners Tailormap repository
Stars: ✭ 26 (-49.02%)
Mutual labels:  wfs
mapserver-docker
Mapserver OGR GDAL PostGIS WMS WCS WFS with Lighttpd in Docker
Stars: ✭ 18 (-64.71%)
Mutual labels:  wfs
Hajk
A modern, full-featured OpenLayers based map viewer and editor
Stars: ✭ 65 (+27.45%)
Mutual labels:  wfs
orm
ORM with transaction scopes (UoW), repositories, in-memory mocking, hybrid databases, logical partitions, full database scaffolding, recursive relations, polymorphic relations, relations to interfaces (static analysis tools included)
Stars: ✭ 13 (-74.51%)
Mutual labels:  transactional
arctic-sea
Framework for developing OGC services, clients and middleware
Stars: ✭ 20 (-60.78%)
Mutual labels:  ogc-services

TinyOWS

TinyOWS is a simple WFS-T server based on PostGIS spatial database.

Documentation Home

https://mapserver.org/tinyows/

Approach

TinyOWS was written with the following things in mind:

  • KISS approach !
  • As OGC standard compliant as possible, aiming to support:
    • WFS (1.0 and 1.1)
    • FE (1.0 and 1.1)
  • Performance is important, maps are cool when they're quick to display
  • Clean source code

Code quality policy

All code must meet the following rules :

  • gcc -c99 -pedantic -Wall compile without any warning (make)
  • Unit test with Valgrind error and leak free (make valgrind)
  • Pass throught OGC CITE WFS-T tests (1.0.0 and 1.1.0 SF-0)

Code dynamically linked with the following other librairies:

  • PostgreSQL
  • libxml 2.9.x
  • flex

Credits

In memory of Olivier Courtin, the original developer of TinyOWS and visionary.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].