Coder Social home page Coder Social logo

tudorbarascu / mapproxy-webconf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mapproxy/mapproxy-webconf

0.0 2.0 0.0 3.39 MB

Small Webconfigruation for MapProxy

License: Apache License 2.0

Makefile 0.06% Python 36.29% CSS 3.22% JavaScript 44.24% HTML 16.19%

mapproxy-webconf's Introduction

Motivation & Current implementation

MapProxy WebConf is a small web-based configuration tool for MapProxy.

The current implementation of MapProxy WebConf is able to create new configurations and to save them as .yaml files. The configuration files are stored in the configured output path. The name of the configuration file is the project name.

Not all MapProxy options are available from WebConf. But with the edit manually mode, you are able to add the missing configuration parameters to your config.

The MapProxy documentation is available at: http://mapproxy.org/docs/latest/

Note: In the current implementation the MapProxy WebConf doesn't have a demo client and you are not able to load existing MapProxy configurations.

Installation

We recommend to install MapProxy WebConf into a virtual Python environment.

A virtualenv is a self-contained Python installation where you can install arbitrary Python packages without affecting the system installation.

How to create a virutalenv is explained in the MapProxy documentation: http://mapproxy.org/docs/nightly/install.html#create-a-new-virtual-environment

To install from source just do:

git clone https://github.com/mapproxy/mapproxy-webconf.git
cd mapproxy-webconf/app
pip install -e .

Create your own configuration file from the template:

cp config.tmpl.ini config.ini

Then start MapProxy WebConf:

mapproxy-webconf serve-develop config.ini

Open http://localhost:8080/ in your browser.

Configuration

MapProxy WebConf has a config.ini file for the configuration:

[app]
# path where the yaml-files are stored
output_path = /tmp/

# path where the sqlite-files is stored
storage_path = ./

# name of the sqlite.db
sqlite_db = mapproxy.sqlite

# default langauge
language = en

# supported languages
supported_languages = en,de

# demo modus for our online demo
demo = False

mapproxy-webconf's People

Contributors

geododo avatar kaicu avatar olt avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.