c2cgeoform is a framework easing the creation of web pages with forms. Users of c2cgeoform declaratively create models, from which the framework can create forms, views, lists, ...
c2cgeoform supports various data types, including geometry types (points,
lines, polygons). For geometry types c2geoform
generates maps with editing
tools to create, modify or delete geometries.
c2cgeoform is based on Pylons technologies. More specifically, it uses Pyramid, Colander, and Deform. For interacting with the database it uses SQLAlchemy and GeoAlchemy 2.
Documentation: https://c2cgeoform.readthedocs.io/en/latest/
Demo: https://geomapfish-demo.camptocamp.com/c2cgeoform
c2cgeoform makes use of the icons by GLYPHICONS. Make sure to comply with the usage terms when utilizing c2cgeoform.
Install the pre-commit hooks:
pip install pre-commit
pre-commit install --allow-missing-config