SuperMap logo
  • Products

    What is GIS

    About SuperMap GIS

    Technology System

    • Big Data GIS
    • New RS Software
    • New 3D GIS
    • Geospatial AI
    • Distributed GIS
    • Cross Platform GIS

    SuperMap GIS 2024 New!!

    • Cloud GIS Server
    • Edge GIS Server
    • Terminal GIS for Desktop
    • Terminal GIS for Components
    • Terminal GIS for Web
    • Terminal GIS for Mobile

    Previous Versions

    • SuperMap GIS 2023
    • SuperMap GIS 11i(2022)
    • SuperMap GIS 10i(2021)
    • SuperMap GIS 10i(2020)
    • SuperMap GIS 10i
    • SuperMap GIS 9D(2019)
  • Solutions

    Smart City

    Natural Resource

    Land Management

    Facility Management

    Public Safety

    Natural Disasters

    Transportation

    Water Conservancy

    BIM+GIS

  • Stories
    • Articles
    • News
    • Events
    • Magazines
  • Support
    • Download & Online Help
    • Online Demonstration
    • Ask & Answer
    • Discover SuperMap GIS
    • Trial License
  • About
    • lntroduction
    • Careers
    • Contacts
    • Suggestions
 
  • English
  • 中文
  • Español
  • Français
  • ภาษาไทย
  • русский
  • Türkçe
  • Português
  • 日本語
  • 한국어
  • Indonesian
  • عربي
FAQ

FAQ

  • Home
  • Support
  • FAQ

FAQ

  • iServer
  • iPortal
  • iObjects
  • iMobile
  • iDesktop
  • iClient3D
  • iClient
  • Q: How to set the small object size in the layer properties?

    A: Small object in the layer: the height and weight of the minimum enclosing rectangle of a geometry object in the layer is smaller than the object minimum display size (it refers to the size of the screen coordinates), then the geometry objects are not visible. This feature applies not only to normal layers, but also to thematic layers.

    03 Jul,2019 iDesktop
  • Q: Why are the twice distance results inconsistent according to the topography?

    A: This is due to the setting of terrain exaggeration; the terrain scale is achieved by scaling the terrain elevation. That is to say, when the terrain is exaggerated, the elevation changes, so the measurement distance will change.

    03 Jul,2019 iDesktop
  • Q: After the model is exported to CAD dataset, why is it suspended in 3D scene?

    A: It is generally due to the high Z value of the model when making the model. Use the "Move Tool” of 3ds Max to select the model and check the coordinate information, and modify the model elevation to 0.

    03 Jul,2019 iDesktop
  • Q: How to get the 2D map shadow effects?

    You can get the 2D map shadow effects by setting the offset for the thematic map layers. When making a single-value thematic map, locate to the "Advanced" tab and set the offset in the offset parameter setting.

    03 Jul,2019 iDesktop
  • Q: When you use the flight path to browse, how do I not display the site and path?

    A: In the flight management tab of desktop, uncheck the boxes of display sites and display path in the options tool group.

    03 Jul,2019 iDesktop
  • Q: Can you adjust the legend style added in the layout?

    A: Yes. After you selected the legend object, you can split the legend to multiple subobjects through [Layout Format]-[Split]. When you manually adjust the display style and order of sub-objects, you can combine the required sub-objects again.

    03 Jul,2019 iDesktop
  • Q: If you load the 2D data in the Scene and configure the 2D symbols, why can't save style after generating vector cache?

    A: Vector caches don’t save the style. 1. You can save the style through the scene caches. 2. The 2D style configured in the scene won’t be saved. It is recommended to load the map or the map caches to the scene after you configured the 2D data to the map.

    03 Jul,2019 iDesktop
  • Q: How to move the order of layers?

    A: layers member provides the methods of MoveTo, MoveDown, MoveUp, which can move the layers order.

    03 Jul,2019 iDesktop
  • Q: How do you make the measurement results transparent when you do the 3D measurement area?

    A: You can use the Color.FromArgb method. For example: GeoStyle3D style = new GeoStyle3D(); style.FillForeColor = Color.FromArgb(125, 250, 250, 50).

    03 Jul,2019 iDesktop
  • Q: It failed when the dataset was exported as Google Earth KML file. What might be the reason?

    A: It may be the coordinate system. If the data is a plane coordinate system with no spatial reference, the export will fail. If the data is a geographic coordinate system or a projection coordinate system, the system will automatically convert it to the WGS84 geographic coordinate system.

    03 Jul,2019 iDesktop
  • Q: Why does the raster data failed to mosaic?

    A: Please check the raster/image dataset coordinate system. It requires all raster datasets or image datasets to have the same coordinate system.

    03 Jul,2019 iDesktop
  • Q: How to make a label thematic map with the upper and lower marks? For example, you mark the area of the administrative region. It needs to display KM2. How to do?

    A: The label expression that implements this effect in the UDB datasource is: “AREA”||” km#+2”. And you need to check the display upper and lower marks.

    03 Jul,2019 iDesktop
  • Q: If you want to change the text color of the layer, the buttons in the text style group of Style Settings tab are all grey. How do you do that?

    A: The text layer is different from the point, line, and region layers. The style is stored in the text object, so you need to perform two steps before modifying the text style: 1. Set the text layer editable; 2. Select the text object to be modified the style. You can either select one or select all the text objects, and then click the corresponding button in the text style group.

    03 Jul,2019 iDesktop
  • Q: How to realize the effect of 2.5D map with the buildings shadow, which is similar to the 2.5D effect of Baidu map?

    A: This effect can be achieved by setting the offset parameter of the advanced Settings in a UniqueTheme.

    03 Jul,2019 iDesktop
  • Q: If you want to add geometry objects to the symbol library, how do you set the location of the object in the symbol library?

    A: When you use the SymbolMarker.FromGeometry () method, the imported Rectangle2D parameter determines the symbol location. If the symbolBounds is set as the range of the whole symbol, then the geometry object scope (Bounds) will control the geometry objects position and scaling relation in the symbol. If you need to set the geometry object to fill the whole symbol, the symbolBounds can input the Bounds of geometry object.

    03 Jul,2019 iDesktop
  • Q: How to implement the function of saving the map?

    A: The steps are as follows: 1. Please use the Map.ToXML method to get the map XML string; 2. Then use the Maps.Add method to add the map to the Maps. Notes: 1. XML string includes all map configuration information (map name, transparent , properties, layers, thematic map and so on). 2. Since the map depends on the workspace, you need to save the workspace before you exit the program.

    03 Jul,2019 iDesktop
  • Q: How to make the height fluctuation of Google map data?

    A: Make the 3D shading map for the existing DEM data. And the vector data is overlaid with a certain degree of transparency.

    03 Jul,2019 iDesktop
  • Q: Adding text objects to the tracking layer shows a blur. How to make t he text clearer?

    A: Set the tracking layer to use antialiasing through the TrackingLayer.IsAntiali as property. After it set to antialiasing, you can remove the serrated to make t he display more beautiful.

    03 Jul,2019 iDesktop
  • Q: The effect of water surface is very calm. Can have more real effect?

    A: You can modify the frequency in the water surface symbols to make the water wavier.

    03 Jul,2019 iDesktop
  • Q: When the layout is printed, the map is not printed on a piece of paper. Why?

    A: This is because the printed paper is less than the size of the layout paper. Solution: when printing, set the paper size and layout size the same at the page setting.

    03 Jul,2019 iDesktop
<<< < 55 56 57 58 59 > >>>

SuperMap GIS

  • Cloud GIS Server
  • Edge GIS Server
  • Terminal GIS for Desktop
  • Terminal GIS for Components
  • Terminal GIS for Web
  • Terminal GIS for Mobile

Stories

  • Articles
  • News
  • Magazines
  • Events

Support

  • Download & Online Help
  • Online Demonstration
  • FAQ
  • Demo Code
  • Technical Docs
  • Training Files
  • Videos
  • Trial License

Events

  • [list:pagetitle] [list:targetlink]
  • {/zzz:list}

About

  • lntroduction
  • Careers
  • Contacts
  • Suggestions

Follow Us

  • LinkedIn
  • Facebook
  • Twitter
  • Instagram
  • YouTube
© 1997-2023 SuperMap Software Co., Ltd.
  • Sitemap
  • | Privacy