0
votes
0answers
20 views

“Fade” or change the color of MIL2525C Symbols in ArcGIS 10.1.1?

Using ArcGIS 10.1.1, I am able to update, remove, and add MIL2525C symbols to the map with the MessageHelper. After a certain period of time, I would like the MIL2525C symbol to either "fade" in ...
2
votes
1answer
35 views

How to symbolize in ArcGIS Categorized different color

I can symbolize my polygon in ArcGIS by categories. I tried for every field. But unfortunately in few polygon it showing same color those are just beside of same color polygon. I have to categorized ...
1
vote
1answer
58 views

Where does the Style Manager store the files in and Why does the Style Manager does not show some edit color ramps?

Where are Color Ramp files saved? Every time I make edits, it does not show up on the Style Manager. Does it save it to the hard drive or in the Style Manager? I need more information. Thanks
0
votes
0answers
56 views

Unique Polygon Border Colors and Matching Label

I'm working with zip codes, and I'd like to have each zip code polygon have a uniquely colored border with a corresponding label color. So, ideally, zip code 12345 would have no fill color, a blue ...
0
votes
0answers
47 views

Can you insert a marker symbol at a specific scale?

I have a map that is consistently used at a 1:500 scale. I want to be able to add structures to the map to view and move them around to get the best fit. The end user is new to GIS and I am trying to ...
1
vote
0answers
50 views

Overlapping polygon outlines dashed at overlapping locations but solid elsewhere

In ArcMap 10.0, if one smaller polygon fits inside of another and shares a portion of the larger polygon's boundary, and they both are set to display thick outlines on the inside, is there a way to ...
4
votes
5answers
99 views

How do I add a field that determines the feature's transparency in ArcMap?

I have a feature layer that has points. I want these points to be transparent depending on a field that I've created. Here are references to being able to actually do this (I do understand that these ...
2
votes
1answer
89 views

Update Layer with python, error attribute renderer

I am attempting to automate symbology using python, and ArcMap 10.0. I am importing this script into a toolbox, which I run from arcmap Currently I am getting two errors: 1) LayerObject: Set ...
0
votes
0answers
70 views

MS Access join table values, not recognized by ArcGIS symbology

I joined a MS Access database table to a GIS file. When I try to use symbology (categories) to represent a yes/no value which is in the table file (0/-1) it does not recognize it as a value.
3
votes
1answer
65 views

How do you access the Draw toolbar symbol(s) from ArcObjects?

I'm dropping a text element onto a map and I'd like to use whatever settings the Draw toolbar has (font, size, color, etc). Is there a convenient way to access symbol interfaces? Or do you have to ...
1
vote
1answer
272 views

Is there any way to set polygon features fill color and outline programmatically?

By some process I am creating a polygon feature layer. Before adding the layer in the map, I want to set polygon's fill color to no color and set polygon's outline color and width. I am working with ...
5
votes
0answers
71 views

Symbolizing route data

I'm working on a project that routes various modes of transport to one location (a school) in Arc Map 10. I have about 400 routes, so there is a significant amount of overlap as they near the school. ...
2
votes
0answers
115 views

AxSymbologyControl via WindowsFormsHost in WPF (ArcMap Add In Project)

I need a way to offer the user a choice of color ramps for the ClassBreaksRenderer. I came across the AxSymbologyControl which was designed for WinForms. I tried also ESRIs (WinForms) example project ...
1
vote
2answers
364 views

Is there a way to quick change the outline color of a polygon in ArcGIS 10 without open the “Symbol Selector” window?

Sei que é possível alterar a cor de um preenchimento clicando com o botão direito na caixa do símbolo de qualquer layer e aí basta escolher uma com simples. Tem como alterar o contorno do polígono ...
3
votes
0answers
138 views

How to symbolize vector features using RGB values stored in three fields?

I need to symbolize a vector layer in Arcmap based on RGB (or HSB - can do either) values found in fields in the attribute table. I'm working with up to 10 different datasets, each with over 100 ...
1
vote
1answer
255 views

Is there a simple way to create a new custom vector marker symbol for ArcMap?

I would like to create a set of custom marker symbols for environmental sampling locations. I need there to be "vector" marker symbols not picture symbols. I've tried picture marker symbols and there ...
2
votes
0answers
83 views

Is the ArcMap style database format available somewhere?

The *.style files are MS Access databases where each style type is a table. The table has one binary column where the actual style is written. Is this binary format available? I would like to import ...
5
votes
2answers
488 views

ArcMap10: Symbology of Overlapping Polygons (Oil & Gas)

I am mapping an area where there are a lot of overlapping features because of certain Oil & Gas wells being drilled within the same geographic area, but to different depths and maintained by ...
2
votes
0answers
96 views

Symbol Level in ArcGIS 9: 'Broken' look of symbols, how to resolve

I am using symbol levels in ArcMap to style roads so that I have a banded feel. My problem is that at intersections and sharp turns, the cartography gives a broken effect in the road. How can this be ...
3
votes
2answers
673 views

Program to create EMF that conserves transparency

What open source tools allow for the creation of EMFs that conserve transparency in ArcMap? I tried VeryPDF and Any DWG to Image Converter, neither on actually gave me a vector file that provided ...
1
vote
1answer
1k views

How to I create and Import marker symbols (or 'Style References') in ArcMap 10?

I work with many different federal lands all of which can be associated with iconic logos (think National Park Service, National Wildlife Refuge System, etc.). I'd like to create a 'Style Reference' ...
4
votes
1answer
85 views

Symbology issue with feature class limited by domain

I added a field to a feature class in order to maintain symbology from the original KML file (this is a new question following up on this one). The new field is limited to three options by a domain. ...
5
votes
1answer
508 views

How do you symbolize a feature class layer in ArcMap 10 based on one attribute's value and then another attribute's value?

I currently have a point feature class that has a couple of attributes that I want to use to symbolize its layer. One of the attributes is called ExceedsTolerance, which either has "Y" or "N" for its ...
3
votes
2answers
256 views

How to have different annotations for the same feature?

I've been given a dataset that has two different annotations set for a single feature which I can flip between. See below screenshot which allows me to set either a blue or red leader line for the ...
0
votes
2answers
346 views

How to: Conditional Symbology in ArcMap

I'm in charge of a database that contains property information. I would like to symbolize parcels of land that we have a 'written agreement' with the owner differently than parcels that we do not ...
2
votes
0answers
153 views

Recalculate Quantile Breakpoints in CalculateField_management loop?

I have a program that iteratively replaces a temp field where I choose a certain symbology (color ramp and quantile color break methodology) with a few other fields from a join. The program works in ...
2
votes
1answer
253 views

How can I apply symbology from two layers to one feature class with common features using ArcMap 10?

Say I have two layer files. Layer file 1 has symbology for feature types A, B & C. Layer file 2 has symbology for feature types B, C & D. In these two layer files, feature types B & C are ...
2
votes
1answer
2k views

How to change the Symbology of Multiple Layers at once?

Is there a way to change symbology for multiple layers in arcmap or arc catalog. I want to change the symbology of multiple layers at once.
7
votes
1answer
817 views

Permanently Change ArcMap's “Maximum Sample Size” Setting?

I've lately been working on feature classes with a huge number of polygons (e.g. all of the Census blocks within the Chicago metro area). I've been needing to symbolize them by quantities a fair ...
0
votes
1answer
161 views

Can ArcMap automatically highlight an object on the map its label?

I was wondering if there is a way to highlight a feature (e.g. line) only by selecting its label on the map. Can ESRI autmatically highlight this object or do I need to create some "connection" ...
4
votes
1answer
263 views

What does “Size/Width” stand for in the symbol selector?

Can anyone explain how to interpret a symbol size of 10 or let's say 100? What kind of units are these? I ask because recently I had to deal with a reference scale and I wasn't really able to explain ...
2
votes
2answers
638 views

Symbology or Styles

Anyone know where to find me some more symbology or styles that I can use for my ArcMap 9.3.1 ? I have lots of mxd files on my computer and how do I apply all of my symbology or styles turn on ? ...
3
votes
1answer
579 views

In the Symbology Properties of an ArcGIS layer, why is the count sometimes not shown?

Sometimes the count column does populate for me, but most times it does not seem to. I haven't been able to figure out a rhyme or reason to it. There is no definition query or anything out of the ...
5
votes
2answers
291 views

Symbolizing individual highway network segments in ArcMap

I have a highway layer that I need to style in ArcMap in such a way to differentiate between individual highway sections, ideally using no more than 6-7 distinct colors. Each highway is divided into ...
6
votes
1answer
2k views

How to apply Mapnik style for OSM data in ArcMAP?

I am loading OpenStreetMap vector data into ArcMAP (using the Download and Symbolize OSM Data tool of ArcGIS Editor for OpenStreetMap 1.1). I'm sure there must be a simple way to apply the ...
3
votes
2answers
1k views

How to quick get all symbols for feature layer with ArcObjects

I have a FeatureLayer and I want to enumerate all the symbols used in it. Simple way - it is to call SymbolByFeature for each features. Something approximately likes: Dim l as IFeatureLayer Dim c as ...
3
votes
3answers
3k views

How can I symbolize a layer with graduated colors by a date/time field?

I've got a layer of polygons where each has a date associated with it. I want to color the polygons with graduated colors, but I want the colors to start with the newest polygons and fade to the ...
4
votes
4answers
2k views

Symbology of contour lines in ArcMap

I have contour lines with height values from 0 to 1030 (sorted by height 110, 115, 120, 125). Values with in-between number (like 5, 15, 115, 135...) should be grouped and colored with same color, and ...
4
votes
1answer
769 views

Changing the attribute behind a legend without changing the symbology

I have a geology layer with a very large legend that was painstakingly created based on a geological code. I now have a new attribute which is a friendly description for each code and I would like ...
4
votes
2answers
370 views

What is the cause and solution of this ArcMap tint band drawing issue?

I installed ArcGIS 10 SP1 last week. My graphics card meets the spec and I'm up to date on drivers. I have a layer of parcels that are tint-banded in the MXD. At some scales, straight lines that ...
1
vote
1answer
303 views

Unwanted Italicization of Symbol Text (ArcMap 9.3.1)?

So I am running in to a problem that has got me stumped. I'm working on a road systems map, and there are a few symbols with text in the middle. The problem is that the text within the badge, ...