Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shybovycha/wp_cloudmap
https://github.com/shybovycha/wp_cloudmap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shybovycha/wp_cloudmap
- Owner: shybovycha
- Created: 2009-10-10T14:07:19.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-10-10T14:10:17.000Z (over 15 years ago)
- Last Synced: 2024-11-03T15:38:21.018Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 238 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== COSM ===
Contributors: shybovycha
Tags: osm, cloudmade, open street map
Requires at least: 2.0.2
Tested up to: 2.1
Stable tag: trunkThis plugin allows you to use Cloudmade OSM services on your blog.
== Description ==
This plugin allows you to use Cloudmade Open Street Map services on your blog.
== Installation ==
1. Upload `cosm.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to `COSM` control panel and enter your API key== Frequently Asked Questions ==
= What is Cloudmade? =
It is company provided their own mapping services (like Google Maps), based on OpenStreetMap. See more details on:
1. http://www.cloudmade.com/
1. http://www.openstreetmap.org/= How to use it? =
This plugin has just one tag for now - `[map]`.
It has a few params:
1. `name` - this param is critical. Each map on the page must have it's unique name.
1. `lat, lon, zoom` - these params are optional; they are used to show concrete tile of the map.
1. `apikey` - optional; used when you don't want to use the API key from options menu.
1. `width, height` - optional; size of the map frame on the page.
1. `style_id` - optional; map style.== Screenshots ==
1. `/trunk/screenshot1.png`
== Changelog ==
= 0.1 =
* First version.