Plugin Directory

Changeset 2987075 for osm

Timestamp:
11/01/2023 12:49:29 AM (9 months ago)
Author:
photoweblog
Message:

OpenLayers 8.1.0
replace Stamen with OpenStreetMap
Tested up to WP V6.4

Location:
osm/trunk
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • osm/trunk/js/osm-v3-plugin-lib.js

    r2799317 r2987075  
    209209
    210210function getTileLayer(a_source, a_api_key) {
     211
     212
     213
     214
     215
     216
     217
    211218  if ((a_source == "osm") || (a_source == "brezhoneg")||(a_source == "openseamap")){
    212219   return new ol.layer.Tile({
  • osm/trunk/osm-maptype-select.php

    r2298147 r2987075  
    44<option value="OpenSeaMap">OpenSeaMap</option>
    55<option value="basemap_at">BaseMap</option>
     6
    67<option value="stamen_watercolor">Stamen Watercolor</option>
    78<option value="stamen_toner">Stamen Toner</option>
    89<option value="stamen_terrain">Stamen Terrain</option>
     10
  • osm/trunk/osm.php

    r2799317 r2987075  
    44Plugin URI: https://wp-osm-plugin.hyumika.com
    55Description: Embeds maps in your blog and adds geo data to your posts.  Find samples and a forum on the <a href="https://wp-osm-plugin.hyumika.com">OSM plugin page</a>.
    6 Version: 6.0.1
     6Version: 6.0.
    77Author: MiKa
    88Author URI: http://www.hyumika.com
     
    1010*/
    1111
    12 /*  (c) Copyright 2022  MiKa (www.hyumika.com)
     12/*  (c) Copyright 202  MiKa (www.hyumika.com)
    1313
    1414    This program is free software; you can redistribute it and/or modify
     
    2828load_plugin_textdomain('OSM', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/');
    2929
    30 define ("PLUGIN_VER", "V6.0.1");
     30define ("PLUGIN_VER", "V6.0.");
    3131
    3232// modify anything about the marker for tagged posts here
  • osm/trunk/readme.txt

    r2799317 r2987075  
    33Tags: map, OpenStreetMap, geo, KML, GPX, geotag, geolocation, OSM, OpenLayers, marker, POI, geocode, geotagging, location, Tracks, OpenSeaMap, stamen, basemap, thunderforest
    44Requires at least: 3.0
    5 Tested up to: 6.0.1
    6 Stable tag: 6.0.1
     5Tested up to: 6.
     6Stable tag: 6.0.
    77License: GPLv2
    88Requires PHP: 5.3
Note: See TracChangeset for help on using the changeset viewer.