Select to view content in your preferred language

How to implement a legend from a static image

1020
2
12-07-2010 02:14 PM
StephenLead
Honored Contributor
The new legend widget works well when using a legend defined in ArcMap.

I need to use a complicated legend, which has been created in a graphics package and provided as an image.

I thought of storing it in a geodatabase, serving it via ArcGIS Server, and displaying it in a static map frame.

Any better/easier ideas?

Thanks,
Steve
0 Kudos
2 Replies
derekswingley1
Deactivated User
Perhaps I'm missing something, but you're talking about putting an image on a web page, correct? Just put an img tag in a div and you're good to go.
0 Kudos
StephenLead
Honored Contributor
Hi Derek,

Yeah, I should have provided more details about what I'm trying to do.

For reasons I don't fully understand (the map is part of a larger and more complicated site) it isn't possible simply to say <img src="geology_legend.jpg">

The images for the legends will need to be stored in a database rather than as simple images in a directory. I figured it might be possible to use ArcGIS Server as the database and server.

I'll post back if we end up finding a solution.

Thanks,
Steve
0 Kudos