GithubHelp home page GithubHelp logo

pointinfo's Introduction


PointInfo plugin

This plugin shows all available information for clicked point from external database. Only Czech RUIAN and Spanish Cadastre Web Services modules are available at this moment.

Plugin could be easy extend to show another data source.

Author

Contributors

Websites

Licence:

  • GPL v2 or later

The RUIAN module

  • Shows data about building, addresses, streets, parcels and cadastral area from Czech RUIAN registry (https://wiki.openstreetmap.org/wiki/RUIAN)

  • Additional actions are available :

    • [] Open external site
    • [] Open external site (Katastr nemovitostí)
    • [] Copy tags to clipboard
    • [] Create an address point on position where was clicked
    • [] Create an address point on position defined in RUIAN
    • [] Report an issue with building

The Spanish Cadastre Web Services module

  • Easy access the Spanish Cadastre Web Services (only Cadastre photographs at the moment).

The interface:

  • Input is position, output html string that is shown on message.
  • Optionally you can define special links (file://...) that will be sent back to the module to the performAction method
    /**
     * Get a information about given position from external database.
     * @param pos Position on the map
     */
    public void prepareData(LatLon pos) {
    }

    /**
     * Return Html text representation
     * @return String htmlText
     */
    public String getHtml() {
    }

    /**
     * Perform given action
     *  e.g.: copy tags to clipboard
     * @param act Action to be performed
     */
    public void performAction(String act) {
    }

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.