• Re: problem with launching geospatial administrator

    I have a similar problem When trying to start GSA with a specified schema from Windows start menu: I get a similar error:
  • Re: Adding Spatial Data to Existing Records

    As Jerry correctly comments, there is currently no out-of-the-box way to accomplish using standard Bentley Map functionality. This workflow can however be accomplished with some customization that makes use of the Bentley Map API. The basic approach is…
  • Re: Feature Items in Operation(Property Watcher) is not ocurring

    Hi Jun, It exists two kinds of properties here: Operation Properties and Feature Properties. In the property watcher tab, you must define which properties you watch. So you must define name of FEATURE or OPERATION first, then type the name of property…
  • Re: passing command line arguments to Bentley Geospatial Administrator

    The Bentley Geospatial Administrator (geospatialadmin.exe) should be used for all interactive geospatial schema editing. The following command line should automatically open the specified schema: geospatialadmin.exe -l=full_file_specification.xml…
  • Help with creating DB

    Hello, Im working with street light infrastructure. Recently ive got the Bentley Power Map v8i tool to work with. I see thaat there is a posibility to add a db to it. But here is the catch, for the moment I was working with raster map images…
  • Re: Criterias wont work with Danish characters ÆØÅ

    Erik, In the Bentley Geospatial Administrator the purpose of the "Display Name" setting for both feature classes and their business properties is to provide support for XML compatible class and property names. As you know XFM feature class and property…
  • Re: Is there a way to Create Report for symbology features in Geospatial Administrator

    Tom, I've updated the archive to include a folder containing all the images which should be placed in an "image" folder immediately beneath the folder containing the generated HTML page. By default the HTML page is generated in your system temp folder…
  • Re: Problems opening Oracle Spatial data in Bentley Map

    ...unfortunately, at this time I don't believe there is a way to restrict the discovery process, but I will do some additional checking to verify that. While we're discussing this topic, how would you as an "Administrator" or "User" prefer to control…
  • Re: GSA don't start

    ...okay thanks for the confirmation. Has the Bentley Geospatial Administrator ever been run successfully on this particular machine, before any updates etc...? In a command shell (e.g. MS-DOS window) perform the following... dir "%USERPROFILE%\Application…
  • Re: Criteria in GA statement need help

    Hi, Jun To answer properly to your request: aarrjeeli_001 said: Like if the user chose P_STATUS = Condemned and P_TYPE = Transmission or P_STATUS = Condemned and P_TYPE = Distribution. The same results will go to level = CONDEMN. You can…
  • copying features/properties definition in Bentley Geospatial Administrator SS2

    Hi, is there any chance to copy feature definition or property definiton in Bentley Geospatial Administrator SS2? I have several features in my project that have the same properties. So I wonder if I can copy definition of these common properties…
  • Re: Problems opening Oracle Spatial data in Bentley Map

    ...to limit the scope of feature classes discovered during the "Register Features" process, use a user account that does not have DBA privileges. For example, using the following privilege assignments... GRANT DELETE ON MYSCHEMA.MYTABLE TO MYUSER;…
  • Re: Is there a way to Create Report for symbology features in Geospatial Administrator

    Tom, I added a "Project Information" section and posted the stylesheet here . Please let me know if this works for you.
  • Re: Property Value for feature set in operation property combobox

    Gabriel, I've duplicated the behavior you described and have to determine any workaround. Is there a specific reason you are not using a Combo Box feature property for "Attribute" rather than having it reference an operation property?
  • Re: Auto-Calculation of areas

    Burkhard, For your MyArea property, the initial value, editing key, the cexpression should be [XY.Area] rather than [XY.MyArea]. Attached is an example schema with a single feature class "Zone" which has a single "MyArea" property that automatically…
  • Re: User Interface --> Tools

    In addition this... ...from earlier in the thread is due to the menu definition... ...which issues "nocmd" thus causing the "Unknown key-in or command" message. Please keep in mind that all user interface items defined in the Bentley Geospatial…
  • Re: Bentley Geospatial Administrator - Auto-Calculate X and Y Coordinates

    Nick, Attached is a working sample schema that may help as well. You can study the X, Y and Z properties of the MyMonument feature class and see that "placing" and "editing" initial values keys have been defined using... ...which result in the…
  • Resymbolization using GSA and setting Criteria. (Property Based Symbology)

    Anonymous
    Anonymous
    When we first set up GSA it was with Map XM. We set up GSA to resymbolize polygons according to specific criteria. It worked fine (one of the few things that worked in Map XM by the way). Now we're using Enterprise Map Select Server 2. Using a copy…
  • Re: GSA don't start

    Artur, Can you verify that you have the "Microsoft .NET Framework 2.0 Service Pack 1" installed by checking your "Add/Remove Programs" entries? Regards, Jeff Bielefeld [Bentley]
  • No PBS on Cell Size ?

    Hi I have been looking through all the online documentations I could find, but I cant find a solution for scaling a cell acording to a property value. Some dimension values comes in a limited numbers of fixed values .f.i. lids to manholes those I can…
  • Re: problem with criteria

    Gabriel, Attached is a mock up of your schema which implements the following behavior: For the "what_to_do" ComboBox property, you will need to set the " Store Last Value ", " Save Changes Key " and " Command Type " settings as shown in the following…
  • adding sub-features in Bentley Geospatial Administrator SS2

    Hi, I try to define in Bentley Geospatial Administrator feature for 3D buildings which are devided into walls and roof. I have already defined primary-feature 'building' as a polygon collection with several properties and I wonder how to define…