top of page

Hub Web-Gis Editor 

Hub Web-Gis Editor platform supports editing of a feature’s attributes and spatial data. This web technology (pure HTML/JavaScript) is beneficial when used by large audience – users who are not willing (or not capable) to install thick client application or any Java Applet. Hub-WebGis editor merges smoothly into all standard web browsers (Firefox, Safari, Chrome, Opera etc.). Advanced JavaScript and AJAX is used to provide best user experience.

System Architecture

At the server side, Hub Web-Gis architecture is used to take care of raster tile manipulation and to process vector data – both in order to minimize traffic (supports low bandwidth) and to optimize client’s engagement.

Web editor is much more complex system than web viewer because of it's ability to edit spatial data and geometries.

This way each user can add, edit or delete certain points on map. Nowadays we can find many common technologies which are based on HTML5 platform. Additional we use mostly shp file for import, export and editing and also to minimize the trouble for most of users how to manage web GIS editor.

Hub Web-Gis Editor

Architecture and data structure
Web-GIS platform for implementing Spatial Data 

Hub Web-GIS Editor is used to import, export, manipulate and develop various cartographic products. The layer manager includes vector and raster data (satellite images, thematic maps and density maps).

Main functionalities of GIS editor:
  • add, edit and delete points, lines or polygons.

  • editing is based on user rights.

  • configuration of layers and other attibutes via XML configuration

  • new attributes are checked against any constraints prior to updating, thus preventing many errors in the data

  • option to snap different geometries to arbitrary vector layers to prevent topological anomalies (duplicate points, slivers, kick-backs, spikes, etc. )

  • edit attributes for individual types of geometries

  • adding pictures to individual features

  • selecting preset symbols or importing own symbols for points (SVG or PNG)

  • import and export of features (SHP, CSV, XLS)

  • setting styles for individual layers

bottom of page