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

    Autodesk MapGuide Developer

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

    Error for single layer size is 1 G

    946 Views, 3 Replies
    05-23-2012 01:04 PM

    Hi there,

     

    When I load shp file which is bigger than several hundreds of MB, I found MapGuide always shows error. What solution for this issue? Thank you.

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

    Re: Error for single layer size is 1 G

    05-23-2012 07:55 PM in reply to: swimming123

    Are you using Load Procedures? They aren't really meant for loading files of this size.

     

    For files of this size you should consider using aliases. Then you just create Feature Sources that point to your aliased SHP files instead.

     

    - Jackie

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

    Re: Error for single layer size is 1 G

    05-23-2012 09:24 PM in reply to: jackie.ng
    What if I load the data to PostGIS first. Then I can create create Feature Source that point to the database?
    Please use plain text.
    Mentor
    Posts: 238
    Registered: ‎10-06-2008

    Re: Error for single layer size is 1 G

    05-23-2012 10:32 PM in reply to: swimming123

    Sure that works, whatever suits you. I am simply saying loading spatial data with Load Procedures is not suitable for really large files.

     

    - Jackie

    Please use plain text.