Coder Social home page Coder Social logo

geospatialenablingtechnologies / get-sdi-portal Goto Github PK

View Code? Open in Web Editor NEW
20.0 6.0 17.0 29.27 MB

GET SDI Portal (R) is a Platform that acts as a client for spatial data infrastructure (SDI) services

License: Other

CSS 0.60% PHP 2.95% JavaScript 94.07% HTML 2.36% Shell 0.01% CoffeeScript 0.01% Python 0.01%

get-sdi-portal's Introduction

GET SDI Portal v4.0

GET SDI Portal, is a web mapping application providing a comprehensive platform for viewing, downloading, analyzing, querying, editing and styling data originating from multiple geospatial sources. It constitutes a simple and ready to deploy solution for any organization who wants to setup a Geoportal based on ISO/OGC Standards.

GET SDI Portal has been developed in order to support the implementation of the Infrastructure for Spatial Information for Europe (INSPIRE) Directive (2007/2/EC), as well as to serve needs of organizations targeting to share their geospatial resources. Its modular architecture allows implementing widgets for the realization of specific functionalities, integrated smoothly in a configurable and easy to use web application.


Requirements

HTTP Web Server with PHP>=5.3.0

Installation

  1. Copy the folder inside to your web server
  2. Enable php_curl, php_xsl, php_gd2 extensions in the php.ini file
  3. Restart your web server

Configuration

The new version of the GET SDI Portal, provides an easy way to configure your map. Just follow the below steps:

  1. Open your application through a browser.
  2. Create groups and subgroups as needed, by pressing right click on the 'Layer' node inside the layer tree panel.
  3. Add your layers through the 'Service Manager' Window by pressing the 'add' button in the layer tree panel.
  4. Reorder and place the layers inside the desired groups.
  5. Press right click on a layer node and select 'Configurator' from the pop-up menu.
  6. Change the properties of the layer's attributes as needed.
  7. Press the 'Save Configuration' button located on the toolbar menu.
  8. Replace the 'config' file located inside the /js folder with the new one.
  9. Refresh the browser.

Note: To remove the 'Save Configuration' button, just comment "modules/configurator/configurator.js", inside the /js/loader.js file as shown.

	
	"modules/layerdownload/layerdownload.js",
	
	//"modules/configurator/configurator.js",
	
	"modules/datatable/datatable.js",

Inside the 'loader.js' you can add or remove all the modules as needed by comment them or not.

Note: Modules that require Google API, are commented out by default due to Google's terms of use. Refer to https://developers.google.com/maps/terms.

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.