Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stas/some-maps
WordPress plugin to create Google Maps.
https://github.com/stas/some-maps
Last synced: 2 days ago
JSON representation
WordPress plugin to create Google Maps.
- Host: GitHub
- URL: https://github.com/stas/some-maps
- Owner: stas
- Created: 2011-01-27T10:40:51.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-30T00:13:01.000Z (almost 14 years ago)
- Last Synced: 2024-12-06T23:16:28.772Z (about 1 month ago)
- Language: PHP
- Homepage: http://wordpress.org/extend/plugins/some-maps/
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Simple Google Maps ===
Contributors: sushkov
Tags: google, maps, ajax, reverse, geocode, post, type, flexible, simple, shortcode
Requires at least: WordPress 2.9
Tested up to: WordPress 3.1
Stable tag: 1.3
Donate link: http://stas.nerd.ro/pub/donate/An easy way to create google maps with markers and embed them in your posts. Uses post types!
== Description ==
This plugin is an evolution of my [Lug Map](http://wordpress.org/extend/plugins/lug-map/).
Plugin uses post types, and markers are saved as post comments. Some of the features:
* Admin can add markers or allow visitors to submit them (akismet helps on moderation)
* Reverse geocoding and ajax loading of markers
* Multiple maps can be created and used in the same time
* Dynamic sidebar of markers can be generated
* Very customizable
* Uses jQuery [bMap](http://www.blocsoft.com/bmap/)Some screens: [1](http://i.imgur.com/FFaYH.png), [2](http://i.imgur.com/7LFcX.png)
== Installation ==
Please follow the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
== Frequently Asked Questions ==
Please report bugs on [plugin page issues tracker](https://github.com/stas/some-maps/issues).
== Changelog ==
= 1.3 =
* Fixed the `enqueues` 404 problem, @props AllanBell= 1.2 =
* Fixed the annoying warning, @props AllanBell= 1.1 =
* Mostly readme.txt typos fixed= 1.0 =
* The pilot release.