• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk MapGuide Enterprise Developer

    Reply
    Valued Contributor
    Posts: 72
    Registered: ‎04-12-2012

    how to update spatial data in the AIMS studio by using same data connection

    286 Views, 2 Replies
    02-27-2013 03:54 PM

    I use PostGIS as my database. Some of my layers are dynamic renderering based on the the data in my PostGIS database. When I added a new spatial table or add one column to exsiting table, I cannot find it in AIMS studo. How to make my AIMS studio can show the updated data? Right now I can only see these update data by restart the AIMS Server. Thank you.

    Please use plain text.
    Mentor
    Posts: 238
    Registered: ‎10-06-2008

    Re: how to update spatial data in the AIMS studio by using same data connection

    02-28-2013 04:02 AM in reply to: swimming123

    Re-save the PostgreSQL Feature Source and AIMS should flush out it's last cached representation, meaning the next schema walk should pick up your new table/column/etc

     

    - Jackie

    Please use plain text.
    Valued Contributor
    Posts: 72
    Registered: ‎04-12-2012

    Re: how to update spatial data in the AIMS studio by using same data connection

    02-28-2013 07:34 AM in reply to: jackie.ng

    Thank you, Jackie. This is the best way to do update data.

    Please use plain text.