ThinkGeo.com    |     Documentation    |     Premium Support

Large Scale Printing Example

 Are there any samples similar to this:


wiki.thinkgeo.com/wiki/Map_S...ng_Samples


without using the world map kit layer?  It is particularily tricky to configure printing for something smaller in scale, like a shape file consisting of land lots.


To be more specific, generally without printing I am capable of sizing a map by doing this:



winformsMap1.CurrentExtent =shapeFileLayer.GetBoundingBox();


 


However, parenting a MapPrinterLayer to the shape file seems to muck up the calculations that would normally occur.  In other words, I would like the Map and printer layers to conform to a shape file's specifications.



 


Thanks,


-Mitch



Mitchell,


 I let you know that I am currently working on a large scale map printing sample for resolving your case and for the Code Community. It is true that the example in the Code Community, WpfPrintPreview deals with the world map at very small scale and this can be an issue to have it adapted for a mapping scenario with large scale data. In my example, I will use land lots and parcels so I think you will have no problem adapting it to your scenario. Thank you for the idea.



Mitchell,


  We created a new sample for the Code Community that deals with map printing with large scale map, like land lot or parcels. (I think you meant large scale, not small scale eps.mq.edu.au/courses/GEOS26...lscale.htm)


  In the previous sample on printing, the example was not very realistic and used very smalled scale data like the shapefile for the countries of the world. In this new sample, we are dealing with large scaled data such as parcels, land lot at a county level. I think that by looking at that sample and its code, you will be able to easily adapt it for your scenario. The sample, Large Scale Map Printing is not out yet in the Code Community but it should be out later this afternoon or tomorrow morning. I will let you know as soon as it is published. Thank you.


 


 



Mitchell,


 The sample Large Scale Map Printing is already out in the Code Community. Please, check it out:


wiki.thinkgeo.com/wiki/Map_S...ng_Samples



I’m having much better luck with this example.  Thank you for the update!

Mitchell,


  I am glad this is helping you. If you have any other questions, let us know.