Giter Site home page Giter Site logo

django-mapstore-adapter's Introduction

Django MapStore2 Adapter

GeoSolutions

Django Adapter for MapStore2

https://badge.fury.io/py/django-mapstore-adapter.svg?service=github Build Status Coverage Status
If you are facing one or more of the following:
  • TODO,
  • TODO,

TODO

Contributing

We love contributions, so please feel free to fix bugs, improve things, provide documentation. Just follow the guidelines and submit a PR.

Requirements

  • Python 2.7, 3.4, 3.5, 3.6
  • Django 1.11, 2.0

Installation

Install with pip:

pip install django-mapstore-adapter

Add mapstore2_adapter to your INSTALLED_APPS

INSTALLED_APPS = (
    ...
    'mapstore2_adapter',
)

If you need an OAuth2 provider you'll want to add the following to your urls.py. Notice that mapstore2_adapter namespace is mandatory.

urlpatterns = [
    ...
    url(r'^o/', include('mapstore2_adapter.urls', namespace='mapstore2_adapter')),
]

Changelog

See CHANGELOG.md.

Documentation

The full documentation is on Read the Docs.

License

django-mapstore-adapter is released under the terms of the Simplified BSD license. Full details in LICENSE file.

django-mapstore-adapter's People

Contributors

afabiani avatar dependabot-preview[bot] avatar gannebamm avatar giohappy avatar gioscarda avatar mtnorthcott avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.