6.4. Main interface
6.4.1. Authorization
Open the Web GIS and press “Sign in” in the top right corner.
In the opened dialog press the blue button that reads Sign in with NextGIS ID.
You will be redirected to my.nextgis.com authorization page. Enter your username or email you used for registration and your password.
After the authorization is completed successfully you will be redirected back to the Web GIS.
6.4.2. Home page
After login the user is taken to the home page shown on Pic. 6.5.
The numbers indicate: 1 - Main menu; 2 - User settings (Exit and Change language); 3 - Resource search bar in Web GIS 4 – Main resource group description; 5 - Child resources; 6 - User permissions for main resource group; 7 - Types of items that could be added to the main resource group; 8 - Actions that could be performed with main resource group
Home page includes main menu pane, (see item 1 in Pic. 6.5.) which has the following links (see Pic. 6.6.):
Resources
Control Panel
Help
Account
Description pane (see item 4 in Pic. 6.5.) displays type of resource and owner as well as description (if available).
Child resources pane (see item 5 in Pic. 6.5.) contains a list of all resources placed in a main group. The table contains name and type of the resource and action buttons (edit, delete, for some types of resources - preview, open the attribute table).
“Create resoruce” button opens a pop-up window where you can choose the type of resource you want to create.
In current version it is possible to add the following types of data to the Main resource group:
Basemap
Collector project
Lookup table
OGC API - Features service
PostGIS connection
PostGIS layer
Raster layer
Resource group
TMS connection
TMS layer
Trackers group
Vector layer
Web Map
WFS service
WMS connection
WMS layer
WMS service
Depending on your NGW version you may also add:
SVG marker library
3D model
3D scene
3D tileset
Actions pane (see item 7 in Pic. 6.5.) contains tools for adding data and executing operations with the current resource. For the Main resource group the only available operation is Update (i.e. edit).
On the main page there is also a block of extra links:
User permissions - show access rights for the logged in user. Learn more about user permissions;
JSON view.
6.4.3. Language change
Any authorized user can switch the interface language.
To do this, in the upper right corner on the user icon, go to the “Settings” section (admin_select_lang_pic
).
The following languages are available for selection (admin_settings_lang_pic
)
Default browser
Russian
English
Bulgarian
Chinese
Czech
French
German
Italian
Spanish
Portuguese
6.4.4. Resource search
For easy search for resources and navigation, there is a search bar in the top bar (admin_search_bar_pic
).
The search is carried out in the entire existing database, regardless of which directory the user is currently in.
6.4.5. Control panel
NextGIS Web Control panel is available through the main menu (see item 1 in Pic. 6.5.), where you need to select “Control panel” (see Pic. 6.6.). It is presented on Pic. 6.10..
Control panel allows to execute the following actions:
Access cadaster services
Customize UI elements with White Label module (on-premise only)
For more information about creation of user groups and users and granting permissions see topic Administrative tasks.
6.4.6. Resource view
After login to administrative interface the user is taken to home page shown on Pic. 6.11..
The resource list allows users to perform some actions by clicking icons next to the resource name:
Other actions can be available depending on the resource type:
To open the resource page click on the corresponding row of the table. The resource page contains properties, attributes, a link for external access and a list of child resources if there are any (see Pic. 6.12.).
Here you can also enter the resource edit mode.
6.4.7. Feature table
Some resources contain a set of features that can be viewed as a table. Press the “Table” icon opposite the resource name or select an action for a vector layer called “Table” in the features pane.
Authorized users can edit features from the feature table.
6.4.8. Data export
Web GIS allows to export data from Vector layers and PostGIS layer in the following formats:
CSV and CSV for Microsoft Excel
AutoCAD DXF
Mapinfo TAB
MapInfo MIF/MID
KML
KMZ
Depending on the format, additional file components are exported making further use of the exported data more convenient. For example CSVT (field structure description) and PRJ (coordinate system description) are added to CSV and CPG (codepage) to ESRI Shapefile.
Note
Geometry and attributes are supported for export. Features’ descriptions, metadata and images can’t be exported in the described way but can be requested using NextGIS API.
To export data:
Open the Properties page of Vector layer or PostGIS layer from which you want to export data;
Select
on the right side of the page;Select data format and encoding;
If you need to have the file archived, select ZIP archive (some multi-file formats are zipped by default);
Save the file to your device.
By default data is exported to a GeoPackage file using UTF-8 encoding with all fields included.
6.4.8.1. Export settings
In the Format field select data format you need:
In the SRS field (Spatial reference system) in addition to standard coordinate systems Longitude-Latitude (EPSG: 4326) and Mercator (EPSG: 3857) you can select custom coordinate systems created earlier (how to add custom SRS see this page):
In the Encoding field you can choose UTF-8, Windows-1251, or Windows-1252 encoding for your data:
FID field is used for setting a field name to be added to a exported data where the object identifiers will be placed (the default is “ngw_id”).
You can choose to use field display names instead of keynames. Keynames are technical and use only plain Latin symbols. Display names can be in any language, usually they are seen as column headers or field labels in a form (for more details see this section).
Next you can chose which of the fields of the data to keep in the file. By default, all are selected. To remove a field, click on the cross by its name or untick it in the drop-down menu. To add a field again, tick it in the drop-down menu.
Watch on youtube.
If you need to export only the features within a particular area, you can Limit by extent. The extent is set in degrees.
A text filter is also available. Search is performed in all fields that don’t have text search disabled, just like in the feature table.
Output in ESRI Shapefile or MapInfo TAB results in a Zip archive with necessary files. For single-file formats (like GeoJSON or CSV) creation of Zip archive is optional.
All export options are available through HTTP API. For example, this query will get you data in CSV format, EPSG:4326, UTF-8 encoding, zipped:
You can also export data from Vector layers using feature table on the Web Map or with desktop app NextGIS QGIS.