Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have a Arcmap template in a folder, that looks like this notice the page orientation.Fig1

When I use my python tool on Arcmap (runs as standalone), which copies the templates over to another directory, updates layers, changes text. it then looks like this (see below). Somehow the page orientation is getting changed, my code in no away effects the page orientation.

Arcmap also Says "Initializing Application" every time it opens a map which takes a while.

Also the attribute table is often a mess, for example I have a column that has 7 digits in it. The template has been formatting to show all 7 digits.

Yet, when the program is run the formatting gets messed up, to only show 6 digits.

It's like Arcmap is remembering some weird settings for page orientation and column width's. If you have any ideas how to fix this would be greatly appreciated!!! fig2.

share|improve this question
1  
Can you post some of your Python code so we can see what you are trying to do there, please? Also, the attribute table problem sounds unrelated so to keep to the single Q&A format I would recommend you split it out into another Question. – PolyGeo Nov 3 '12 at 2:43

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.