-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
38 lines (25 loc) · 1.12 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
=== CartoPress - CartoDB integration for WordPress ===
Contributors: tiagojsag, davidsingal, simbiotica
Tags: catodb
Requires at least: 3.0
Tested up to: 3.5
Stable tag: 1.0.0
License: GPLv2 or later
CartoPress integrates CartoDB into WordPress.
== Description ==
This pluggins provides VERY BASIC (for now) integration with CartoDB for WordPress.
Right now only public tables are supported, and a limited number of parameters
can be configured in order to render maps in your visualizations.
This plugin is under active development, and any suggestions are welcome,
although I can't make any promises on timetables.
== Installation ==
Just install like any other WordPress plugin
== Configuration ==
A "CartoPress" configuration page is provided for admins, under "Settings".
Currently it just accepts your CartoDB username.
== Usage ==
Maps can be renderes in your posts using Shortcode, like so:
[cartodb table="your-table" zoom="4" filter="lon > '-3' " x="40" y="20" width="100px" height="200px"]
These are all the options available at the moment, and they are quite self-explanatory.
== Changelog ==
0.1.0 - Initial version