The ability to generate an html code snippet which can be embedded in an external (and presumably non-drupal) website to mirror a map in another location. A la Google Maps.

Comments

phayes’s picture

This could likely be done using some sort of combo of an iframe and the full-screen behavior.

zzolo’s picture

Title: embeddable maps » 2.x Embeddable Maps

You can maybe try this: http://drupal.org/project/embed_widgets

We might be able to put this in the 2.x branch, but it might be out of scope, depending on how difficult it is.

tmcw’s picture

Status: Active » Closed (won't fix)

I really don't think this is in the scope of the OpenLayers module... this could be done with an external module, but doing this within this one is just opening up a can of cross-domain-and-cross-browser problems.

hughstimson’s picture

Maybe I'll have a go at using the http://drupal.org/project/embed_widgets plugin as per zzolo's suggestion, and report back.