Autodesk MapGuide Developer
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Redline function
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
When I select Redline function, I noticed that there are several options: digitizing, save, upload. When I select "save", I can save it as a .gml file; when I select upload (I save the digitized feature, clear it in the map, then try to upload it again), I found nothing happened. Here "upload" function is used for load .gml file or other format?
Re: Redline function
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You may need to ask in the suitable board to get more helpful response.
Daniel Du
Developer Technical Services
Autodesk Developer Network
Re: Redline function
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
We moved your post to the Autodesk MapGuide Enterprise forum where there is likely to be more active feedback on the topic.
Customize Your Settings | Search Tips | FAQs | Forum Feedback
Re: Redline function
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
product itself related questions, please refer to Autodesk MapGuide Enterprise http://forums.autodesk.com/t5/Autodesk-MapGuide-En
Daniel Du
Developer Technical Services
Autodesk Developer Network
Re: Redline function
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi swimming123, which mapguide versión are you using? I worked with mapguide enterprise 2011 and i developed a tool for import .gml file (to modifying and saving the styles), I saved all in .gml that it the same the xml file, later from dot net handler I import the file and I created a new layer with the geometries (in mg2011 the graphics was drew from client side). Buuut in AIMS2013 all change!!! when you export a file, you exports a sdf file! if you need import the sdf, see the latest versión from mapguide opensource https://svn.osgeo.org/mapguide/branches/2.4/MgDev/
PD: If you are using AIMS2013, the redline dont work fine, in debbug time there are a lot of errors. I solved some ones but I am waiting a Service Pack or something...
Re: Redline function
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thank you lrodriguez84,
I using AIMS2013 and PostgreSQL/PostGIS to do customization. I have huge vecter data (several hundred layers and some layers have several million records) and arthophoto images(WMS server) at the bottom. Currently I created location report(lots of spatial queries i use stored procedures/functions), load various GPS data to map, creating pdf map, dynamic add data based on login id etc functions. I am going to do export/import sdf(or gml) file. I am interested the calss you created if you can share with me, my email is allen.song@altusgroup.com. Thank you.
Re: Redline function
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
swimming123, import and export is not very complicated, I give you the class that I used. If you see the only I added is a tag with the geometries to .layerdefinition (that is a xml file), later I get it through the foreach and enjoy! yours geomeries is loaded!
PD: I modified the code base and override the before functionality, you must do the same. Take careful.
