LogoKB Panorama
  • Products
    • Products
    • GIS "Panorama"
    • Server applications
    • GIS for Agriculture
    • Cadastre and urban building
    • Cartography, photogrammetry
    • Specialised GIS
    • Tools for development of
      GIS-applications
    • Application for Linux
  • Classifiers
    • Topographic maps
    • Aeronautical maps
  • Industry solutions
    • Items
    • Technology
  • Download
    • Software for Windows
    • Software for Linux
    • Documentation
    • Presentations
    • Digital maps
    • Video lessons
  • Price
    • Software for Windows
    • Software for Linux
    • Agriculture
    • Products Update
    • Services
    • How to buy
  • Forum
  • Education
    • Education
    • Video lessons
  • About
    • About firm
    • Contact
    • Technical support
    • List of management staff
    • Official dealers

Rus Eng Blg Esp Fra

Copyright © Panorama Group 1991 - 2025

Write to us
Rus Eng Blg Esp Fra
+7 (495) 739-0245
  • News
  • News
  • GIS "Panorama"
  • Server
    applications
  • GIS for
    agriculture
  • Cadastre and
    urban building
  • Cartography,
    photogrammetry
  • Specialised GIS
  • Developers
    GIS-applications
  • Application
    for Linux

Specialised GIS


  • Bank of spatial data has been supplemented with a map of the Republic of the Union of Myanmar

    22.10.2024
    Read also
    The capabilities of the "Panorama Vision" Complex ...
    21.05.2025
    Training video material on creating dynamic...
    16.05.2025
    Training material prepared on mapping air traffic ...
    11.05.2025
    The image was created using a neural network

    Geoportal "Bank of spatial data" has been supplemented with a map of the Republic of the Union of Myanmar, formed according to OpenStreetMap data. To work with the map, you can use the GIS Panorama Mini program or other software products of KB "Panorama".

    The map was led to the modernised classifier of large-scale plans of scale 1: 5 000 (map5000m). Publishing of updates in bank of spatial data is made by using the program of Databank of digital maps and remote sensing data. Publishing contents of bank of spatial data on the geoportal and data access for downloading are implemented by means of GIS WebServer SE.

    Free maps on the basis of OpenStreetMap data are available for download on the page "Digital maps".


    News Archive

    Bank of spatial data has been supplemented with a map of the Republic of the Union of Myanmar 1 GIS "Panorama"
  • The digital classifier for creating territorial planning schemes in the Russian Federation has been updated in accordance with the requirements of the Ministry of Economic Development Order No. 504 dated August 9, 2024

    21.10.2024
    Read also
    The capabilities of the "Panorama Vision" Complex ...
    21.05.2025
    Training video material on creating dynamic...
    16.05.2025
    Training material prepared on mapping air traffic ...
    11.05.2025
    Photo from the archive of KB "Panorama"

    Specialists from KB "Panorama" have prepared a new version of the digital classifier for creating territorial planning schemes, terrplan.v8.rscz. The digital classifier meets the requirements of the Ministry of Economic Development of the Russian Federation Order No. 504 dated August 9, 2024.

    Based on the order's requirements, changes have been made to 34 layers: "Education and Science Facilities", "Healthcare Facilities", "Street and Road Network of Urban Settlements", "Gas Distribution Pipelines", "Electric Substations", "Power Lines", "Water Supply Networks", "Areas at Risk of Emergencies", "Facilities of the Unified State System for Prevention and Response to Emergencies", "Forests", and others.

    The classifier has added 72 objects, updated the appearance of conditional symbols, and revised the color palette. Lists of 28 classified attribute values have been supplemented: key 683 DATEPOS "Year of Construction", key 684 PRALARM "Building Emergency Indicator", key 685 PRPROS "Design Capacity (cubic meters per year)", key 665 UCHKO "Number of Students in Campus Educational Buildings", and others. Changes have been made to the conditional and mandatory attribute characteristics of objects. Object values have been modified. Objects from series 602010107, 602010108, 602010109, 602010110, 602010111, 602010112, 602010403, and 602010408 have been removed.

    The digital classifier is included in the GIS "Panorama" for mapping federal, regional, and local significance objects necessary for preparing territorial planning documents for the Russian Federation, its subjects, and municipal formations. The updated classifier is available for download in the "Classifiers" section.


    News Archive

    The digital classifier for creating territorial planning schemes in the Russian Federation has been updated in accordance with the requirements of the Ministry of Economic Development Order No. 504 dated August 9, 2024 1 GIS "Panorama"
  • The GIS Constructor for Android allows the development of applications using a multi-module architecture

    18.10.2024
    Read also
    GIS "Operator" Enhanced with Tools for Tactical...
    09.04.2025
    GIS "Panorama" for Linux Expands Map Control and...
    27.03.2025
    GIS "Operator" for Linux implements tools for...
    13.01.2025
    Photo from the archive of KB "Panorama"

    In KB "Panorama", the GIS Constructor for Android version 1.4.0 has been developed. In the new version of the toolkit, a module for communication with MapApi has been highlighted. A registry of available tools has been added to the test application included in the toolkit. The ability to display a compass has been implemented. The new version of the toolkit allows the use of a declarative style for creating user interfaces in Kotlin. The demonstration example includes tools for exporting cartographic data to MBTILES format files.

    The application is now divided into two modules: the main application module and the module for communication with MapApi. Modularizing the application offers many advantages, such as expanding project scalability, simplifying testing, and speeding up builds. Thus, the toolkit implemented in the current version of the application uses a module for interacting with the map. The architecture of the test application has been improved. A registry of available tools has been added. Upon launch, a task can add its tools to the registry. The tools themselves have received a unified interface for initialization and parameter exchange. This simplifies the reuse of individual toolkit elements when performing various tasks. For example, a line-drawing tool can be used both for mapping linear objects and for drawing lines to measure distances.

    In the new version, Jetpack Compose is used for developing interface elements—a modern library that allows describing interfaces in a declarative style using the Kotlin programming language. This eliminates the need to design interfaces using XML markup and simplifies the description of interface behavior since both are described using the same language. The GIS Constructor now includes a function library that allows exporting any cartographic information to MBTiles format. This library is used in the task of saving geospatial portals in MBTiles format. Using the MBTiles format enables offline use of cartographic information from any servers as a backdrop for working data. A task for saving geospatial portals to an MBTILES file has been added to the demonstration application. Users can configure save parameters (area size, number of levels to save) in an interactive mode. During configuration, the task calculates the output file size in real-time, simplifying storage management. A geospatial portal can be selected from a set of popular third-party spatial data sources. The data-saving process occurs independently of the main application process, allowing users to continue working on their device while saving is in progress. A function for displaying a compass in the main application window has been added to the source code of the test application. The compass is implemented by reading parameters from the device's magnetometer and accelerometer, allowing it to show direction to the north while considering device rotation by the user. If Android OS detects insufficient calibration of sensors, a yellow or red indicator is displayed to the user. In the demonstration example, a screen positioning dialog for displaying maps has been implemented. The dialog supports multiple types of entered coordinates with conversion of current coordinates into the selected coordinate system.

    The GIS Constructor includes the source code of the GIS "Panorama Mobile" application, which developers can use as a basis for creating their own mobile applications. Users of GIS "Panorama Mini" for Android OS can collaboratively display vector maps (topographic, operational situation, marine navigation, aeronautical), matrix, and raster data (remote sensing data). When selecting an object on the map, users can view information about its name, length, area, and characteristics. Users have the ability to determine their current location using coordinates obtained from a GPS/GLONASS receiver. As the user moves, the map window on the mobile device can automatically center on the point with the current coordinates. To save the coordinates obtained during movement, a track recording mode is provided, which creates a separate map and plots the trajectory of movement. Data with recorded movements can be copied from the mobile device for further processing in GIS "Panorama" or GIS "Panorama Mini". The GIS Constructor and GIS "Panorama Mobile" for Android OS are available for download in the Download section.


    News Archive

    The GIS Constructor for Android allows the development of applications using a multi-module architecture 6 Specialised GIS
  • The "Workstation of cadastral engineer" provides the generation of text reports according to the OpenXML standard

    16.10.2024
    Read also
    The capabilities of the "Panorama Vision" Complex ...
    21.05.2025
    Training video material on creating dynamic...
    16.05.2025
    Training material prepared on mapping air traffic ...
    11.05.2025
    The image was created using a neural network

    In the "Panorama" software company, the "Workstation of cadastral engineer" version 15.3.2 has been developed. The program has updated tools for generating text reports in the "Geodetic Editor" modes. Report generation in DOCX format has been implemented.

    The "Create schema objects and filling the report" mode has been updated. It utilizes a report generation wizard that ensures the sequential execution of several operations: creating a map containing the scheme for the report; displaying and editing the scheme; generating the report based on a template; inserting information from the metrics and semantics of objects into the report; creating an image of the scheme and inserting it into the report. The "Formation of the report" dialog has been improved, containing parameters for automatic scheme creation and template selection. Outdated elements have been removed from the dialog, and several element names have been renamed to reflect changes in the regulatory framework. The "Report Generation" dialog has been enhanced to manage the position and size of the bounding frame of the scheme image inserted into the report, as well as to initiate the automatic report filling processes.

    During the report filling process, the wizard uses named markers in the template. Information from the metrics and semantics of objects is inserted in their place. The wizard uses metric markers that allow inserting information into the report in the form of a table row corresponding to one metric point or one segment of the object's metric. Metric markers enable inserting multiple columns into the table, containing information about the name or number of the point, coordinates and coordinate increments, directional and turning angles, bearings, lengths of metric segments, area, and length of the object. For one metric marker, several rows will be inserted into the table, corresponding to the number of metric points of the object. Semantic markers are processed according to the correspondence where the semantic key equals the marker name. For one semantic marker, one value from the corresponding semantics will be inserted. The #PICTURE# image markers use the created scheme image, which is inserted into the report as many times as there are markers in the template.

    The "Filling a report for an object" mode has also been updated, utilizing the report generation wizard. In this mode, the "Scheme Parameters" and "Object Codes" tabs are absent in the "Scheme and Report Settings" dialog, but an "Images" tab has been added. Users can add an unlimited number of images for insertion into the report. The wizard finds all #PICTURE# markers in the report. The first image is inserted at the first marker, the second image at the second marker, and so on until either there are no more images in the list on the "Images" tab or no more #PICTURE# markers in the report template.

    The updated mode "To save the image for a graphic part of the land-plan" ensures image generation for reports. This task allows saving images in PDF, EMF, JPG, and PNG formats. When saving in PDF format, a JPG file is simultaneously created for insertion into the report. When saving images to a configuration file, information about the scale of the scheme image is added. This information is later used when filling in the #SCALE# marker in the report.

    The modes "To generate the SCHEME on semantics of object" and "To generate the SCHEME of object and open it in current window" have been updated. These modes utilize the improved "Scheme and Report Settings" dialog. The "Base of cadastral works" mode has been enhanced with a table for recording general information about rectifying registry errors.

    For the "Land survey plan", "Technical Plan", and "Map (plan) of the object land 2024" modes, a cross-platform mechanism for filling image markers has been implemented during text report generation. For PDF files, a search for a JPG file with the same name has been added. If the JPG file is found, it is inserted into the report. If such a file does not exist, the PDF is converted to EMF for Windows platforms. A function for obtaining image dimensions and setting correct image sizes in the report has been developed.

    The report templates for the "Creating Object Schemes and Filling Reports" and "Filling Report for Object" modes have been updated. New paths to templates have been established for the "Correcting Registry Errors" mode (..\\Geodesy.dot\\correct\) and the "Forest Declaration Formation" mode (..\\Geodesy.dot\\forest\).

    The new version of the program is available for download in the Download section.


    News Archive

    The "Workstation of cadastral engineer" provides the generation of text reports according to the OpenXML standard 1 GIS "Panorama"
  • Bank of spatial data has been supplemented with a map of the People's Republic of Bangladesh

    14.10.2024
    Read also
    The capabilities of the "Panorama Vision" Complex ...
    21.05.2025
    Training video material on creating dynamic...
    16.05.2025
    Training material prepared on mapping air traffic ...
    11.05.2025
    The image was created using a neural network

    Geoportal "Bank of spatial data" has been supplemented with a map of the People's Republic of Bangladesh, formed according to OpenStreetMap data. To work with the map, you can use the GIS Panorama Mini program or other software products of KB "Panorama".

    The map was led to the modernised classifier of large-scale plans of scale 1: 5 000 (map5000m). Publishing of updates in bank of spatial data is made by using the program of Databank of digital maps and remote sensing data. Publishing contents of bank of spatial data on the geoportal and data access for downloading are implemented by means of GIS WebServer SE.

    Free maps on the basis of OpenStreetMap data are available for download on the page "Digital maps".


    News Archive

    Bank of spatial data has been supplemented with a map of the People's Republic of Bangladesh 1 GIS "Panorama"

Products

  • GIS "Panorama"
  • Server applications
  • GIS for Agriculture
  • Cadastre and urban building
  • Cartography, photogrammetry
  • Specialised GIS
  • Tools for development of
    GIS-applications
  • Application for Linux

Education

  • Video lessons

Industry solutions

  • Items
  • Technology

CLASSIFIERS


Price

  • Software for Windows
  • Software for Linux
  • Agriculture
  • Products Update
  • Services
  • How to buy

About

  • Contact
  • Technical support
  • List of management staff
  • Official dealers

Forum


Download

  • Software for Windows
  • Software for Linux
  • Documentation
  • Presentations
  • Digital maps
  • Video lessons

Ph.: +7 (495) 739-0245, +7 (925) 221-1603

www.gisinfo.ru

panorama@gisinfo.ru

105005, Russia, Moscow, Baumanskaya Street 7, building 1, office 229 (m. Baumanskaya)

Copyright © Panorama Group 1991 - 2025


Яндекс.Метрика

Ph.: +7 (495) 739-0245, +7 (925) 221-1603

www.gisinfo.ru | panorama@gisinfo.ru

105005, Russia, Moscow, Baumanskaya Street 7, building 1, office 229 (m. Baumanskaya)

  • Products
  • |
  • Classifiers
  • |
  • Download
  • |
  • Price
  • |
  • Forum
  • |
  • Education
  • |
  • About

Copyright © Panorama Group 1991 - 2025

Яндекс.Метрика

Mobile version

Full version