Hi All,

I have been developing an Eclipse RCP application based on uDig plugins. I have discovered a bug in the way ExternalGraphic images are loaded by the StreamingRenderer when rendering a layer with more than approx. 150 features and lots of SLD rules.

Now, clarification time:
  • The layer is a WFS layer
  • It's data source has about 200 features in it at the moment, although the issue appears randomly as the numbers increase from 0
  • The SLD has around 8 rules in it, each one displaying a different icon of 25x25 depending on filtering of attributes of each feature
  • Each time the application is run the map is rendered with different outcomes:
    • One of the icons may not load (meaning that multiple features of the same type do not render)
    • Multiple icons may not display (meaning that multiple features of the same type do not render)
    • One of the icons may be loaded for two or more other icons (meaning that every feature can be rendered, but with the wrong icon)
My findings:
  • org.geotools.renderer.style.SLDStyleFactory contains a static instace of org.geotools.renderer.style.ImageLoader
  • That image loader is used to load ExternalGraphic images from SLDStyleFactory.getImage(ExternalGraphic, int)
  • ImageLoader caches loaded images and will return an existing instance if it has already been loaded
  • If it has not been loaded, it will then spawn a new Thread with itself as the Runnable
  • The thread then loads the image with the help of a static instance of a java.awt.MediaTracker
  • Sometimes when the get method is called multiple times it is likely that the cache gets set with a null value for the url key and that is always returned, even though the logging shows that the image loaded correctly
  • Loading images from http:// (remote server) or file:// urls makes no difference to the problem (ie, latency/loading time isn't a factor)
  • Making the ImageLoader.get(URL, boolean) method synchronized fixes all the image loading problems

Adding the "synchronized" to the method certainly works, but I am not clear on the performance impact this may have if the number of features is very large. It does not seem to affect our application significantly enough to notice, based on several hundred features. It would pay for someone to put some thought around what other components use this mechanism for loading images, as I have not got as deep as how the render actually works.

As this is based on uDig 1.1.x plugins, this problem exists in the 2.2.x branch. I don't know whether it has been resolved in the latest code.

I have attached a log file which shows the Level.FINEST output for the logger used by ImageLoader class. In this case only 2 out of 3 (or 4) images loaded correctly. The rest of the time the get() method returns null for the features of that type.

If you would like me to create a bug report for this I can; if someone who has commit on the project would prefer to do this they might be able to provide a deeper analysis of the problem. If someone does create a bug report can they please forward me the link so that I can show our client the status of things, otherwise I will raise one.

Thanks,
Mark



--
This message has been scanned for viruses and dangerous
content by MailScanner, and is believed to be clean.

25/05/2006 13:52:29 org.geotools.renderer.lite.StreamingRenderer paint
FINE: Affine Transform is AffineTransform[[2.51578754579E-4, 0.0, -368.18899267399274], [0.0, -2.51578754579E-4, 1741.051465201465]]
25/05/2006 13:52:29 org.geotools.renderer.lite.StreamingRenderer processStylers
FINE: processing 1 stylers for topp:roadevent_pnt
25/05/2006 13:52:29 org.geotools.renderer.lite.StreamingRenderer paint
FINE: Affine Transform is AffineTransform[[2.51578754579E-4, 0.0, -368.18899267399274], [0.0, -2.51578754579E-4, 1741.051465201465]]
25/05/2006 13:52:29 org.geotools.renderer.lite.StreamingRenderer processStylers
FINE: processing 1 stylers for topp:roadevent_pnt
25/05/2006 13:52:29 org.geotools.renderer.lite.StreamingRenderer paint
FINE: Affine Transform is AffineTransform[[2.51578754579E-4, 0.0, -368.18899267399274], [0.0, -2.51578754579E-4, 1741.051465201465]]
25/05/2006 13:52:29 org.geotools.renderer.lite.StreamingRenderer processStylers
FINE: processing 1 stylers for topp:nmcregion_poly
25/05/2006 13:52:29 org.geotools.renderer.lite.StreamingRenderer createLiteFeatureTypeStyles
FINE: creating rules for scale denominator- 1.4060916496443404E7
25/05/2006 13:52:30 org.geotools.renderer.lite.StreamingRenderer createLiteFeatureTypeStyles
FINE: creating rules for scale denominator- 1.4060916496443404E7
25/05/2006 13:52:30 org.geotools.renderer.lite.StreamingRenderer createLiteFeatureTypeStyles
FINE: creating rules for scale denominator- 1.4060916496443404E7
25/05/2006 13:52:30 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:30 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:30 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:30 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:30 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:30 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader get
FINEST: adding https://someurl/geoserver/icons/RoadHazardUnofficialActive.gif
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: adding image, interactive? false
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader get
FINEST: adding https://someurl/geoserver/icons/RoadHazardOfficialActive.gif
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: adding image, interactive? false
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: waiting...true
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: waiting...true
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader run
FINEST: 1loading - waiting....
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader run
FINEST: 1completed load
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: Waiting for image https://someurl/geoserver/icons/RoadHazardOfficialActive.gif, elapsed 500 milliseconds
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: 1 complete?: true
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: 1 abort?: false
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: 1 error?: false
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: 1 loading?: false
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: 1slow return false
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = [EMAIL PROTECTED]: type = 2 DirectColorModel: rmask=ff0000 gmask=ff00 bmask=ff amask=ff000000 IntegerInterleavedRaster: width = 20 height = 20 #Bands = 4 xOff = 0 yOff = 0 dataOffset[0] 0
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: Waiting for image https://someurl/geoserver/icons/RoadHazardUnofficialActive.gif, elapsed 500 milliseconds
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: 1 complete?: true
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: 1 abort?: false
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: 1 error?: false
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: 1 loading?: false
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader add
FINEST: 1slow return false
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:31 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:31 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = [EMAIL PROTECTED]: type = 2 DirectColorModel: rmask=ff0000 gmask=ff00 bmask=ff amask=ff000000 IntegerInterleavedRaster: width = 20 height = 20 #Bands = 4 xOff = 0 yOff = 0 dataOffset[0] 0
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader run
FINEST: 2loading - waiting....
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader get
FINEST: adding https://someurl/geoserver/icons/RoadworksActive.gif
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader add
FINEST: adding image, interactive? false
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader add
FINEST: waiting...true
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader get
FINEST: adding https://someurl/geoserver/icons/RoadworksClosed.gif
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader add
FINEST: adding image, interactive? false
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader add
FINEST: waiting...true
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader run
FINEST: 2loading - waiting....
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader run
FINEST: 3loading - waiting....
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader run
FINEST: 3completed load
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader run
FINEST: 2loading - waiting....
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader run
FINEST: 2completed load
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader add
FINEST: Waiting for image https://someurl/geoserver/icons/RoadworksActive.gif, elapsed 500 milliseconds
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader add
FINEST: 3 complete?: true
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader add
FINEST: 3 abort?: false
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader add
FINEST: 3 error?: false
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader add
FINEST: 3 loading?: false
25/05/2006 13:52:32 org.geotools.renderer.style.ImageLoader add
FINEST: 3slow return false
25/05/2006 13:52:32 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader add
FINEST: Waiting for image https://someurl/geoserver/icons/RoadworksClosed.gif, elapsed 500 milliseconds
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader run
FINEST: 4loading - waiting....
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader add
FINEST: 3 complete?: true
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:33 org.geotools.renderer.lite.StreamingRenderer paint
FINE: Affine Transform is AffineTransform[[2.51578754579E-4, 0.0, -368.18899267399274], [0.0, -2.51578754579E-4, 1741.051465201465]]
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader add
FINEST: 3 abort?: false
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:33 org.geotools.renderer.lite.StreamingRenderer processStylers
FINE: processing 1 stylers for topp:nmcregion_poly
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader run
FINEST: 4loading - waiting....
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader add
FINEST: 3 error?: false
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:33 org.geotools.renderer.lite.StreamingRenderer createLiteFeatureTypeStyles
FINE: creating rules for scale denominator- 1.4060916496443404E7
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader run
FINEST: 4completed load
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader add
FINEST: 3 loading?: false
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader add
FINEST: 3slow return false
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = [EMAIL PROTECTED]: type = 2 DirectColorModel: rmask=ff0000 gmask=ff00 bmask=ff amask=ff000000 IntegerInterleavedRaster: width = 20 height = 20 #Bands = 4 xOff = 0 yOff = 0 dataOffset[0] 0
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:33 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:33 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = [EMAIL PROTECTED]: type = 2 DirectColorModel: rmask=ff0000 gmask=ff00 bmask=ff amask=ff000000 IntegerInterleavedRaster: width = 20 height = 20 #Bands = 4 xOff = 0 yOff = 0 dataOffset[0] 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:34 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:34 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:36 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:36 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:36 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:36 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:36 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: trying to render symbol 0
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory createPointStyle
FINER: rendering External graphic
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: got a image/gif
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINER: a java supported format
25/05/2006 13:52:36 org.geotools.renderer.style.ImageLoader get
FINEST: found it
25/05/2006 13:52:36 org.geotools.renderer.style.SLDStyleFactory getImage
FINEST: Image return = null
25/05/2006 13:52:37 org.geotools.renderer.lite.StreamingRenderer paint
FINE: Style cache hit ratio: 0.4782608695652174 , hits 33, requests 69
25/05/2006 13:52:37 org.geotools.renderer.lite.StreamingRenderer paint
FINE: Style cache hit ratio: 0.5362318840579711 , hits 37, requests 69
25/05/2006 13:52:42 org.geotools.renderer.lite.StreamingRenderer paint
FINE: Style cache hit ratio: 0.8 , hits 4, requests 5
25/05/2006 13:52:46 org.geotools.renderer.lite.StreamingRenderer paint
FINE: Style cache hit ratio: 0.9285714285714286 , hits 13, requests 14
begin:vcard
fn:Mark Presling
n:Presling;Mark
email;internet:[EMAIL PROTECTED]
tel;home:+6442322774
tel;cell:+6421549540
version:2.1
end:vcard

Reply via email to