The process of generating an image from a model.
0
votes
1answer
46 views
Rendering a layer in ArcMAP using ArcObjects and Pyhon
I succesfully wrote a script to render a Uniquevaluerenderer in a layer in ArcMAP using symbols from 4 parameters (values) read from the attribute table of the layer. I used ArcObjects and VBA, but ...
3
votes
0answers
118 views
Symbolizer with external GIF image is not rendered pixel-perfect
We want to pinpoint some locations on a map with some external GIF symbolizers. The issue we have is visible in the attached image*: looks like somethings happens on a sub-pixel level, so that the ...
3
votes
0answers
205 views
IUniqueValueRenderer on Polyline and Points made my Features all invisible
I am currently using IUnique value renderer like this:
foreach (string nodeType in nodes)
yield return new KeyValuePair<string, ISymbol>(nodeType, CreateNewSymbol() );
public static ...
2
votes
0answers
66 views
Can you set a QGIS print composer to render the map as default?
I have set up a number of templates for the print composer in QGIS.
In the Print Composer, there is the option to have the map image displayed in 3 ways:
as a blank rectangle with no updates until ...
2
votes
0answers
124 views
Rerendering OpenLayers in JSF2
did anyone try rerendering OpenLayers in JSF2? I am using a4j:ajax events,
I mark the render atribute with render="map" where map is naturally the id
of the openlayers div tag, and I use ...
2
votes
0answers
324 views
Implementing custom IRenderer for ArcGis 10.0/WPF
EDIT: Updates in the bottom
As a followup to my earlier question, I'm trying to implement custom symbol rendering for my WPF/ArcGIS application.
I'm accessing layers that have been published on the ...
1
vote
0answers
62 views
Using the CropCoverage Render Transformation in a Geoserver SLD (WPS)
I've yet to find an example on the web (or in code) of anyone using the "Crop Coverage" Render Transformation from a Geoserver SLD. Does anyone have an example or at least be able to point me to the ...
1
vote
0answers
46 views
Get layers and apply renderer to layer list from SDE ArcMap
I have the code that gets the layers from SDE, but when i add them to the map they have a different symbology. there is about 80 layers and i am accessing the SDE by getting the workspace from a ...
1
vote
0answers
35 views
esri.tasks.GenerateRendererTask for non 10.1 ArcServer
I wish to use the same features as the esri.tasks.GenerateRendererTask but it seems that it can be only used on ArcServer 10.1. Is it possible to achieve the same dynamic natural jenks breaks in the ...
1
vote
0answers
126 views
How Do I Capture when the Cluster Rendering is Completed
I have a graphics layer that draws clusters using the sample custom cluster from ESRI. http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#CustomClusterer
We have a Busy Indicator that we ...
0
votes
0answers
21 views
openlayers clustering alternative
Is there some alternative to group features in OpenLayers? My goal is to speed-up the process of rendering. Clusters allow to do that a bit faster than rendering just plain features. So, any ...
0
votes
0answers
59 views
How to access the rules of QgsRuleBasedRendererV2 using python?
I can't get access to the rules of rule-based renderer, python says there's no attribute "rootRule", though documentation says it should be (http://www.qgis.org/api/classQgsRuleBasedRendererV2.html)
...

