Autodesk MapGuide Enterprise Developer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
how to update spatial data in the AIMS studio by using same data connection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
Re: how to update spatial data in the AIMS studio by using same data connection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Re: how to update spatial data in the AIMS studio by using same data connection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-28-2013 07:34 AM in reply to:
jackie.ng
Thank you, Jackie. This is the best way to do update data.
