Giter Site home page Giter Site logo

knmi / adaguc-viewer Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 8.0 9.9 MB

ADAGUC WMS Viewer - ADAGUC is a geographical information system to visualize netCDF files via the web. The software consists of a server side C++ application and a client side JavaScript application. The software provides several features to access and visualize data over the web, it uses OGC standards for data dissemination.

License: GNU General Public License v3.0

JavaScript 80.24% HTML 6.11% Shell 0.59% PHP 8.69% CSS 4.32% Dockerfile 0.05%

adaguc-viewer's People

Contributors

eduardocastanho avatar ingmapping avatar jllisov avatar jorisknmi avatar lllliso avatar loescornelis avatar maartenlterpstra avatar maartenplieger avatar saskiawagenaar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

adaguc-viewer's Issues

WebMapJS ignores defaultProjection from config file

File WMJSMap.js uses fixed values for setting initial srs and bounding box, where it could have used the values for the default Projection in the config file.

WMJSMap.js, lines starting at 694:

    this.bbox.left = -180;
    this.bbox.bottom = -90;
    this.bbox.right = 180;
    this.bbox.top = 90;
    this.srs = 'EPSG:4326';

These values could be taken from a configured defaultProjection:

var defaultProjection = {
	bbox: '-5000,300000,300000,630000', 
	srs: 'EPSG:28992'
};

Missing license information

Hi, I'm looking into web mapping technologies and found this one, but there is no license information included in the repo. Is it the same as the server, adaguc-server, Apache v2.0? Could it be included in the base directory?

Adaguc viewer error on large WMS GetCapabilities XML responses

Hi and thanks for the Adaguc Viewer.

Issue:

Cannot connect to WMS service.
Unable to do getcapabilities for:
webmapjs/php/xml2jsonrequest.php?request=http%3A%2F%2Fgeo.weather.gc.ca%2Fgeomet%2F%3Flang%3DE%26service%3DWMS%26request%3DGetCapabilities
Result:
[object Object]

The same Adaguc viewer does properly load smaller WMS GetCapabilities XMLs from the same WMS server, example: https://geo.weather.gc.ca/geomet?service=WMS&version=1.3.0&request=GetCapabilities&layer=RADAR_1KM_RSNO is loaded and displayed properly by Adaguc.

Anything that can be done to increase the maximum size of a WMS GetCapabilities XML supported by the Adaguc viewer? Thanks!

typo causes missing css class in WMJSTimeSelector

A css class is meant to be defined by:

var controlElementBottom = $('<div class=""WMJSTimeSelector-controlElementBottom WMJSTimeSelector-noselect"/>', {});

The double quote before WMJS... ends the css class.
The line should be:

var controlElementBottom = $('<div class="WMJSTimeSelector-controlElementBottom WMJSTimeSelector-noselect"/>', {});

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.