Code Monkey home page Code Monkey logo

ga_ows's People

Contributors

jeffersonheard avatar monaddle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ga_ows's Issues

Installation instructions

Do I have to clone the repo into my Django project to use this? Are there install instructions anywhere?

Add support for basic calculations in WFS

Id like to add simple spatial join support (union, intersection, difference, overlap, covers, covered) to the WFS, so the FeatureTypes list can be melded into a "compound feature". Furthermore, I would like to add a bit where you can add imputed columns to a feature set via numexpr.

Use JSON or WFS url as layer name

Should add a new view that turns a WFS or JSON (Tastypie) service into a WMS layer. This would require "dynamic styling" like is given in Issue #2. It could also use "programmatic styling." which I will give as a later issue

Add "session-based styling"

I want to give a user the ability to load a number of stylesheets up once at the beginning of a session. So the client would post JSON or SLD XML as an Ajax request, and in this way the application can control the styling, rather than the rather clunky way that this is handled by products like GeoServer. So something like this:

var style = { ... };

// OR

var style = $("#sld")[0];

...

$.post('/wms/session_styles/', {
'name' : "name",
'stylesheet' : style,
});

and in oh, and openlayers, the WMS call is a GET with the styles: attribute set to the name that we used.

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.