Title: Enable Openstreetmap HTTPS support
Last modified: February 3, 2020

---

# Enable Openstreetmap HTTPS support

 *  Resolved [getiem](https://wordpress.org/support/users/getiem/)
 * (@getiem)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/enable-openstreetmap-https-support/)
 * Please add the HTTPS version of OpenStreetmap. If this plugin is now loaded on
   a page with HTTPS, you get a mixed content, because all tiles are requested over
   HTTP.
 * `Loading mixed (insecure) display content “http://c.tile.openstreetmap.org/7/
   69/41.png” on a secure page`
 * As [https://c.tile.openstreetmap.org/7/69/41.png](https://c.tile.openstreetmap.org/7/69/41.png)
   is available, you can just enable HTTPS really easy!
 * It now prevents quick loading of the page.
 * Thanks
    -  This topic was modified 6 years, 3 months ago by [getiem](https://wordpress.org/support/users/getiem/).

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [getiem](https://wordpress.org/support/users/getiem/)
 * (@getiem)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/enable-openstreetmap-https-support/#post-12392857)
 * I enabled it for myself on:
    locateandfilter / includes / class-locate-and-filter.
   php
 * Change
    $overlays = array((object)array(“name” => ‘OpenStreetMap’, “url” => ‘
   [http://](https://wordpress.org/support/topic/enable-openstreetmap-https-support/?output_format=md){
   s}.tile.openstreetmap.org/{z}/{x}/{y}.png’,
 * To
    $overlays = array((object)array(“name” => ‘OpenStreetMap’, “url” => ‘[https://](https://wordpress.org/support/topic/enable-openstreetmap-https-support/?output_format=md){
   s}.tile.openstreetmap.org/{z}/{x}/{y}.png’,
 *  [anjanphukan](https://wordpress.org/support/users/anjanphukan/)
 * (@anjanphukan)
 * [6 years ago](https://wordpress.org/support/topic/enable-openstreetmap-https-support/#post-12855236)
 * Hi,
 * I am having the same issue. Did you just changed the code in the core plugin 
   file? Does it have any other permanent solution?
 *  Thread Starter [getiem](https://wordpress.org/support/users/getiem/)
 * (@getiem)
 * [6 years ago](https://wordpress.org/support/topic/enable-openstreetmap-https-support/#post-12855261)
 * For quickfix I just replaced code in plug-in core.
 * There is however another file to change for the admin part of the plugin.
 * I decided to remove the plugin from my website. It worked ok. But I had to generate
   a map for every category, which is a lot of work for my site. And setting the
   location for every post was slow (HTTP issue too) and generated some errors (
   see also my post about wrap around).
    For both issues I delivered a quick solution,
   but until now it is not fixed in the plugin as far as I know. Without map, my
   photoblog is now 99% pagespeed score and 90%yslow. With map this was decreasing
   drastically because of http too.
    -  This reply was modified 6 years ago by [getiem](https://wordpress.org/support/users/getiem/).
 *  [anjanphukan](https://wordpress.org/support/users/anjanphukan/)
 * (@anjanphukan)
 * [6 years ago](https://wordpress.org/support/topic/enable-openstreetmap-https-support/#post-12855349)
 * Thanks for the info. Hope the plugin developers will fix this important issue
   and release an update soon.
 *  Plugin Author [dgamoni](https://wordpress.org/support/users/dgamoni/)
 * (@dgamoni)
 * [6 years ago](https://wordpress.org/support/topic/enable-openstreetmap-https-support/#post-12857002)
 * Hi guys
    I’ll fix this in the next few days
 *  Plugin Author [dgamoni](https://wordpress.org/support/users/dgamoni/)
 * (@dgamoni)
 * [6 years ago](https://wordpress.org/support/topic/enable-openstreetmap-https-support/#post-12882739)
 * it’s fixed
    please update the plugin to version 1.3.572
 *  Thread Starter [getiem](https://wordpress.org/support/users/getiem/)
 * (@getiem)
 * [6 years ago](https://wordpress.org/support/topic/enable-openstreetmap-https-support/#post-12882746)
 * 👍👍
 *  [anjanphukan](https://wordpress.org/support/users/anjanphukan/)
 * (@anjanphukan)
 * [6 years ago](https://wordpress.org/support/topic/enable-openstreetmap-https-support/#post-12882772)
 * Really helpful. Thanks. 👍👍👍

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Enable Openstreetmap HTTPS support’ is closed to new replies.

 * ![](https://ps.w.org/locateandfilter/assets/icon-128x128.png?rev=2050267)
 * [LocateAndFilter](https://wordpress.org/plugins/locateandfilter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/locateandfilter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/locateandfilter/)
 * [Active Topics](https://wordpress.org/support/plugin/locateandfilter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/locateandfilter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/locateandfilter/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [openstreetmap](https://wordpress.org/support/topic-tag/openstreetmap/)

 * 8 replies
 * 3 participants
 * Last reply from: [anjanphukan](https://wordpress.org/support/users/anjanphukan/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/enable-openstreetmap-https-support/#post-12882772)
 * Status: resolved