Plugin Directory

Changeset 1765077


Ignore:
Timestamp:
11/13/2017 12:52:42 PM (8 years ago)
Author:
tk01k
Message:

Use https for 'tile.openstreetmap.org'.

Location:
embed-osm/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • embed-osm/trunk/embed-osm.php

    r896897 r1765077  
    22/*
    33    Plugin Name: Embed OSM
    4     Plugin URI: http://midoriit.com/works/embed-osm.html
     4    Plugin URI: https://midoriit.com/works/embed-osm.html
    55    Description: Embed OpenStreetMap on the page/post.
    6     Version: 1.1
     6    Version: 1.2
    77    Author: Midori IT Office, LLC
    8     Author URI: http://midoriit.com/
     8    Author URI: https://midoriit.com/
    99    License: GPLv2 or later
    1010    Text Domain: embed-osm
     
    1818    /** OpenStreetMap tile server definition */
    1919    const MAPNIK_URL =
    20         '["http://a.tile.openstreetmap.org/${z}/${x}/${y}.png",
    21         "http://b.tile.openstreetmap.org/${z}/${x}/${y}.png",
    22         "http://c.tile.openstreetmap.org/${z}/${x}/${y}.png"]';
     20        '["https://a.tile.openstreetmap.org/${z}/${x}/${y}.png",
     21        "https://b.tile.openstreetmap.org/${z}/${x}/${y}.png",
     22        "https://c.tile.openstreetmap.org/${z}/${x}/${y}.png"]';
    2323    const CYCLE_URL =
    2424        '["http://a.tile.opencyclemap.org/cycle/${z}/${x}/${y}.png",
  • embed-osm/trunk/languages/embed-osm-ja.po

    r896897 r1765077  
    1 msgid "http://midoriit.com/works/embed-osm.html"
    2 msgstr "http://midoriit.com/works/embed-osm-ja.html"
     1msgid "https://midoriit.com/works/embed-osm.html"
     2msgstr "https://midoriit.com/works/embed-osm-ja.html"
    33msgid "Embed OpenStreetMap on the page/post."
    44msgstr "OpenStreetMapの地図を投稿や固定ページに埋め込みます。"
  • embed-osm/trunk/openlayers/theme/default/style.css

    r886612 r1765077  
    3737    font-size: smaller;
    3838    right: 3px;
    39     bottom: 4.5em;
     39    bottom: 3px;
    4040    position: absolute;
    4141    display: block;
  • embed-osm/trunk/readme.txt

    r1678995 r1765077  
    4242== Changelog ==
    4343
     44= 1.2 =
     45
     46* Use https for 'tile.openstreetmap.org'.
     47
    4448= 1.1 =
    4549
Note: See TracChangeset for help on using the changeset viewer.