Changeset 1765077
- Timestamp:
- 11/13/2017 12:52:42 PM (8 years ago)
- Location:
- embed-osm/trunk
- Files:
-
- 5 edited
-
embed-osm.php (modified) (2 diffs)
-
languages/embed-osm-ja.mo (modified) (previous)
-
languages/embed-osm-ja.po (modified) (1 diff)
-
openlayers/theme/default/style.css (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embed-osm/trunk/embed-osm.php
r896897 r1765077 2 2 /* 3 3 Plugin Name: Embed OSM 4 Plugin URI: http ://midoriit.com/works/embed-osm.html4 Plugin URI: https://midoriit.com/works/embed-osm.html 5 5 Description: Embed OpenStreetMap on the page/post. 6 Version: 1. 16 Version: 1.2 7 7 Author: Midori IT Office, LLC 8 Author URI: http ://midoriit.com/8 Author URI: https://midoriit.com/ 9 9 License: GPLv2 or later 10 10 Text Domain: embed-osm … … 18 18 /** OpenStreetMap tile server definition */ 19 19 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"]'; 23 23 const CYCLE_URL = 24 24 '["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"1 msgid "https://midoriit.com/works/embed-osm.html" 2 msgstr "https://midoriit.com/works/embed-osm-ja.html" 3 3 msgid "Embed OpenStreetMap on the page/post." 4 4 msgstr "OpenStreetMapの地図を投稿や固定ページに埋め込みます。" -
embed-osm/trunk/openlayers/theme/default/style.css
r886612 r1765077 37 37 font-size: smaller; 38 38 right: 3px; 39 bottom: 4.5em;39 bottom: 3px; 40 40 position: absolute; 41 41 display: block; -
embed-osm/trunk/readme.txt
r1678995 r1765077 42 42 == Changelog == 43 43 44 = 1.2 = 45 46 * Use https for 'tile.openstreetmap.org'. 47 44 48 = 1.1 = 45 49
Note: See TracChangeset
for help on using the changeset viewer.