Giter VIP home page Giter VIP logo

suasmapserver4's Introduction

SUAS MapServer 4

Overview

The name SUAS comes from Stuttgart University Applied Science, it sounds like [sju:as] and also similar to "Show Us" what is one of the goals for this tool.

This Open Source SUAS MapServer is implemented using free ware tools: Apache Web Server, PHP with Libriaries, MySQL database and PHPMyAdmin to deliver SVG(T), PDF, SWF vector maps and PNG, GIF, JPG, WBMP raster maps over the net.

The Server is based on Version 1.1.1 of the OGC Web Map Server specification.

SUAS MapServer 4 is designed for multiple user map service.

The handbook and tutorial can be found in http://www.easywms.com/?q=suas

Developers:

  • Msc. LI Hui
  • Prof. Franz-Josef Behr

Features

WMS:

  • GetCapabilities
  • GetMap
  • GetFeatureInfo
  • DescribeLayer
  • GetLegendGraphic
  • GetStyle

WMS Extension:

  • SUAS Map Client
  • Map Viewers
  • 2.5D Navigation
  • 3D Navigation
  • GetThematicMap

WFS:

  • GetCapabilities
  • DescribeFeatureType
  • GetFeature
  • GetGmlObject
  • Transaction

Multi-User:

  • Multi-user system
  • User Authentication and Authorisation
  • Each user can publish his own map and share it with other users or publicly.

Installation

Please visit http://www.easywms.com/?q=taxonomy/term/18

Requirement

Mandatory

  1. Apache 2.0.54 or later Http server to build your web server

  2. MySQL 5.0.16 or later to create your database, using WKT format to store geometries

  3. PHP5.05 or later is used as developing and excuting language. Edit php.ini

;short_open_tag = Off
short_open_tag = On
error_reporting = E_ALL & ~E_NOTICE
  1. GD library for raster image, PNG, JPEG, GIF and WBMP generating

  2. LibXML library for parsing XML data with PHP

Optional

  1. phpMyAdmin2.7.0 or later It is strongly recommanded to install to manage your database

  2. PHP Extensions:

2.1 MING library for SWF image generating

2.2 PDF library for PDF image generating

2.3 Expat library for XML parsing using PHP

2.4 Dbase parsing the DBF file when inputting Shapefile data

Install

edit SuasMapServer4/config.php and change the following parameters with yours

$dbserver 	= 'localhost';
$dbusername   = 'root';
$dbpassword   = 'test';
$dbname     	= 'tt';
$dbprefix     = 'suas';
$baseserverhost 	= 'http://localhost/suas/';

run http://localhost/SuasMapServer4/install/install.php and following the wizard.

Some test data such as shape file, svg are available under SuasMapServer4/test_data

Tutorial

Show Us Map! 30 Minutes to Build Your Own Map Server with SUAS MapServer 3

Show Us Map! 45 Minutes to Build Your Own 3D City Map Server with SUAS MapServer 3

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.