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
create print layout?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
1793 Views, 9 Replies
12-16-2006 10:44 AM
Hi,
we would like to create print layout that contain map of selected parcel, picture of the parcel and the complete parcel information in one page, how to do that with mapguide enterprise? any sugestion?
thanks,
Riand
we would like to create print layout that contain map of selected parcel, picture of the parcel and the complete parcel information in one page, how to do that with mapguide enterprise? any sugestion?
thanks,
Riand
*Andy Morsell
Re: create print layout?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-16-2006 10:59 AM in reply to:
riand
You could do this with your choice of server-side programming language,
database, and HTML. Write a custom web page that includes the photo and
tabular results from your database query. Both of these items have nothing
to do with MapGuide and would be based on existing web technologies. To
include a map of that parcel as driven from MapGuide, you would use the MG
API to display your map snippet. Jason Birch taught a lab at AU a couple of
weeks ago that showed how to do this with standard mapagent URL parameters.
You can register and download the handout at
http://au.autodesk.com/sessions/civilandgeospatial /detail/16921/.
--
Andy Morsell, P.E.
Spatial Integrators, Inc.
http://www.SpatialGIS.com
wrote in message news:5428151@discussion.autodesk.com...
Hi,
we would like to create print layout that contain map of selected parcel,
picture of the parcel and the complete parcel information in one page, how
to do that with mapguide enterprise? any sugestion?
thanks,
Riand
database, and HTML. Write a custom web page that includes the photo and
tabular results from your database query. Both of these items have nothing
to do with MapGuide and would be based on existing web technologies. To
include a map of that parcel as driven from MapGuide, you would use the MG
API to display your map snippet. Jason Birch taught a lab at AU a couple of
weeks ago that showed how to do this with standard mapagent URL parameters.
You can register and download the handout at
http://au.autodesk.com/sessions/civilandgeospatial
--
Andy Morsell, P.E.
Spatial Integrators, Inc.
http://www.SpatialGIS.com
Hi,
we would like to create print layout that contain map of selected parcel,
picture of the parcel and the complete parcel information in one page, how
to do that with mapguide enterprise? any sugestion?
thanks,
Riand
*Jason Birch
Re: create print layout?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-16-2006 01:11 PM in reply to:
riand
Andy Morsell wrote:
> You can register and download the handout at
> http://au.autodesk.com/sessions/civilandgeospatial /detail/16921/.
Oh, cool. I didn't think it was open for public registration; I though
they hid that stuff or charged for it or something.
If you're looking at my lab, you should also look at the rest of the
MapGuide sessions:
http://au.autodesk.com/sessions/civilandgeospatial /?keyword=MapGuide&track=2430
There's some really good stuff in there. I'd personally recommend
Bob's, Andy's, and Gordon's content.
I missed Tim Eisler's session (huh, must have been one of those times
where I got caught up talking with someone smart in the hall instead of
going to class) and am watching it right now. Looks like a good intro:
http://au.autodesk.com/sessions/civilandgeospatial /detail/17176/
Jason
> You can register and download the handout at
> http://au.autodesk.com/sessions/civilandgeospatial
Oh, cool. I didn't think it was open for public registration; I though
they hid that stuff or charged for it or something.
If you're looking at my lab, you should also look at the rest of the
MapGuide sessions:
http://au.autodesk.com/sessions/civilandgeospatial
There's some really good stuff in there. I'd personally recommend
Bob's, Andy's, and Gordon's content.
I missed Tim Eisler's session (huh, must have been one of those times
where I got caught up talking with someone smart in the hall instead of
going to class) and am watching it right now. Looks like a good intro:
http://au.autodesk.com/sessions/civilandgeospatial
Jason
Re: create print layout?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-20-2006 11:59 PM in reply to:
riand
dear jason,
i'am from Indonesia, i have try to create print layout using source code from u. but it's map do not show, and show error like this:
Error: The specified object was not found.
Details:The specified object was not found. Exception occurred in method GetItem at line 115 in file c:\build_tux_area\mgdev_opensource\common\service\ data\NamedCollection.cpp
can u help me to give me solution for my problem?
i'am from Indonesia, i have try to create print layout using source code from u. but it's map do not show, and show error like this:
Error: The specified object was not found.
Details:The specified object was not found. Exception occurred in method GetItem at line 115 in file c:\build_tux_area\mgdev_opensource\common\service\
can u help me to give me solution for my problem?
*Jason Birch
Re: create print layout?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-22-2006 02:19 AM in reply to:
riand
Can you give some more info on what script you are running, whether you
loaded the demo data, etc. Posting code would be good...
Jason
tantantaufiq wrote:
> dear jason,
>
> i'am from Indonesia, i have try to create print layout using source code from u. but it's map do not show, and show error like this:
> Error: The specified object was not found.
> Details:The specified object was not found. Exception occurred in method GetItem at line 115 in file c:\build_tux_area\mgdev_opensource\common\service\ data\NamedCollection.cpp
>
> can u help me to give me solution for my problem?
loaded the demo data, etc. Posting code would be good...
Jason
tantantaufiq wrote:
> dear jason,
>
> i'am from Indonesia, i have try to create print layout using source code from u. but it's map do not show, and show error like this:
> Error: The specified object was not found.
> Details:The specified object was not found. Exception occurred in method GetItem at line 115 in file c:\build_tux_area\mgdev_opensource\common\service\
>
> can u help me to give me solution for my problem?
Re: create print layout?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-25-2006 11:44 PM in reply to:
riand
Dear Jason and Andy,
me and mr tantan would like to thank to both of you for the very-very great stuff, its finally working the previously error occured bacause we type wrong caracter for the feature source name.
Best Regards,
Riand
me and mr tantan would like to thank to both of you for the very-very great stuff, its finally working the previously error occured bacause we type wrong caracter for the feature source name.
Best Regards,
Riand
Re: create print layout?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-10-2008 01:23 AM in reply to:
riand
hi,
i have same problem wt u, can u share wt us how u solve the problem...
i have same problem wt u, can u share wt us how u solve the problem...
Re: create print layout?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-24-2011 10:12 PM in reply to:
riand
Dear Riand,
I too am facing the same issue with the print layout. Can you please share your success with me as well. I need it real bad
Regards
Sanjeev
Alt Email: sanjeevkhanikar@gmail.com
Re: create print layout?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-12-2012 05:16 PM in reply to:
riand
Dear all
I use bing maps as my based map but when I try print function but only my data is displayed without bing maps.
so the question how can I print with bing maps as my based? TQVM
Re: create print layout?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-24-2012 02:31 AM in reply to:
pian2000
It is by desined, cosummer maps(Bing/Google/Yahoo Maps) is not printed when ploting from MapGuide.
Daniel Du
Developer Technical Services
Autodesk Developer Network

