views:

141

answers:

2

Any options out there? Google Static Maps with SSL (HTTPS) is only available to Premier members. Bing's Open Map API seems to have the same restricts. Any other ideas? I'm debating whether to schedule a cronjob to wget over http and dump the images I need into a folder (named after the content object IDs that reference them), but I'd rather find a free map API (or something less klugey) that supports HTTPS requests.

A: 

Try the static map images at OpenStreetMap, perhaps.

Tony Miller
Doesn't look like they support SSL either, but thanks anyways.
gravyface
A: 

I ended up setting up a non-SSL virtual host for the map pages; I learned that it wasn't a requirement to have those pages encrypted as well.

gravyface