The layouts tag has no wiki summary.
2
votes
2answers
20 views
Filled Polygons on the Edge of a Map - ArcMap 10.1
Today while making a map I encountered a problem with the fill from one of the displayed polygons flooding the whole map:
Notice the upper right corner where the polygon appears hollow, it should ...
0
votes
0answers
27 views
ArcGIS 10 reports with map and data table
HI wonder if anyone knows how to automate a report showing parcel information along with an inset map on the same page. I have access to ArcGIS 10.
thanks
3
votes
2answers
59 views
Printing large number of Points in ArcGIS
I have bathymetric data which have thousands of points ( exactly 71 K).
Now when I try to print it in a large map size in ARCMAP 10.0 , the layout view freezes and the system is hung , possibly due ...
1
vote
0answers
42 views
Using Python to Switch Layout Templates
Using ArcMap 10.1: Since there is not a way to control portrait or landscape of the layout view through python, is there a way to switch layout templates without opening a new mxd through python? ...
0
votes
1answer
45 views
Two different ways of labeling in QGIS Layouter
I've made a map with points and labels related to those points. In one area, the points are very dense, therefore, I'd prefer to create one small scale map and in the corner a large scale map, to get ...
2
votes
1answer
100 views
How to make smaller ArcMap PDF for use in InDesign?
I frequently build reports that incorporate ArcMap maps. The maps are all exported in PDF format.
I am finding that there are so many line segments in the map that importing them at times is almost ...
0
votes
1answer
77 views
How to update element text in arcpy.mapping? [closed]
I have a problem updating a map element text (named element1) in a map document using the following code:
a1 = '"' + ("element" + str(1)) + '"'
for elm in arcpy.mapping.ListLayoutElements(mxd, ...
0
votes
1answer
147 views
Convert Layout view to DXF or DWG
how i can convert Layout View to Dxf or DWG , i tried the PDF way:
Export to PDF then Convert from PDF to DWG , i have used PDF2cad , it was not a great experience because the dwg seems not really ...
3
votes
1answer
51 views
Legend title in print composer with different font styles
I want to design a layout with print composer where the legend Title has two different font styles in one e.g. " I had it once but can“t remember". I would be grateful for help.
2
votes
1answer
41 views
Python code for locking elements in Layout view
Is it possible to lock elements in layout view in Python? I know it is possible in the production cartography extension from ESRI but all I need is the funcionality to lock elements. I am wondering if ...
2
votes
1answer
61 views
How to gradient buffer a background layer
I have a map that was created by a contractor working for my employer before I began. I am not sure what GIS software the map was created in but it has an effect I would like to be able to reproduce ...
4
votes
1answer
92 views
How to center a map in Print Composer to the same center as in map window?
I can't figure out how can I center the map in Print Composer to layer/object/map center in the same way as in map window in QGIS 1.8. Let's say I have layer which I want have in the center of the ...
4
votes
2answers
50 views
Where can I set the BufferColor property for labels in QGIS?
The accepted answer to this question suggests that the buffer color can be set as a data defined label property. However, in the Layer Properties > Labels > Advanced tab, the only options I can see ...
7
votes
1answer
257 views
How to handle multiple map frames with different layers in one print layout?
Often I need two (or more) map frames in map layout to present different data next to each other. It is easy to make multiple map frames in QGIS Print Composer. BUT...
It is in the nature of my work ...
4
votes
1answer
87 views
convert a dbf into a raster image using python? work around for arcpy
ArcGIS' arcpy does not have a function to add a table to a layout. I was thinking that maybe taking that table (e.g. a dbf), there may be some python script command to turn it into a raster (e.g. do ...
1
vote
1answer
145 views
How to get pixel size of Data Frame in arcMap layout?
The data frame where the map diagram will be presented in, appeared on the screen not in the actual size which is part of A4 page template, I want to get the actual size by getting the pixel size ...
1
vote
0answers
41 views
Arcmap remembering settings when python tool is run on them
I have a Arcmap template in a folder, that looks like this notice the page orientation.
When I use my python tool on Arcmap (runs as standalone), which copies the templates over to another directory, ...
2
votes
1answer
94 views
Why does the map legend not update in print composer?
I'm having trouble with the QGIS map composer:
If I change the map in QGIS and reopen the map composer and click on update, the legend elements DON'T update! For example: Before one certain country ...
2
votes
2answers
94 views
Why does exporting labels with buffers take so long?
I set white borders for text (city names) in qgis. If I export the map without white borders it exports quite quickly (png 600 dpi). If I set the white borders it takes hours! Is there any way I can ...
4
votes
1answer
88 views
Create polygon from page size
Is there an easy way to create a polygon that matches the data frame in my page layout? I'm trying to set up data driven pages and want to have it key off of polygons that frame the boundaries for ...
1
vote
1answer
650 views
Dynamic scale bar, coordinates and grid for map frame in Mapinfo map layout
I believe dynamic scale bar and coordinates (grid) for map frame in map layout are BASIC things which Mapinfo (GIS software for thousands dollars) should allow me to do. To make it clear I am talking ...
2
votes
1answer
276 views
ArcMap 10 Layout View: search for elements and delete
I've to regenerate a single layout with data from each point feature. So, I wrote a VB.NET routine to clean the layout, searching for text element, selecting it and deleting it.
Well, the routine ...
1
vote
1answer
663 views
How to add mappanel back to container once removed?
I am trying to test following scenario:
A Ext.Window has one gx_mappanel item;
both Ext.Window and gx_mappanel are stored in variables;
One button is to remove gx_mappanel item from Ext.Window ...
2
votes
0answers
656 views
GeoExt (ExtJs + OpenLayers): bug in IE9 when try to change map_panel from container A to container B
Techonology: GeoExt, which combines ExtJS with OpenLayers
I am trying to dynamically change the app layout by changing a map_panel from container A to container B, and vice verse; basically, for each ...
2
votes
0answers
938 views
Source for ArcGIS Layout Templates?
I am running v10 of ArcGIS for Desktop.
I am aware of the OTB templates provided with ArcGIS.
- However, I would like to supplement these layouts with additional layouts.
I am also aware of the Map ...