Hello danil0,
I just installed the GeoJSON Maps plugin on WP 3.4.1 (running on localhost) and was able to successfully reproduce the map and libraries layer seen on the demo site.
Regarding general usage, here are a couple of things I noticed:
- After creating a page, adding the shortcode (
[geojson-map]
) and publishing the page, no map was visible.
- I navigated to the admin settings page for the plugin and filled in all of the fields. I wasn’t able to get a map to render without filling them all in (except the map width and height). This means you will need to decide on a default zoom, minimum-allowable zoom, maximum-allowable zoom, default map latitude, default map longitude and map bounds.
- After saving these settings, a map with no data layers appeared on my published page that included the shortcode.
- To add a data layer, you’ll need access to data in the GeoJSON format. This can either be a text document uploaded via WordPress (or a local service) or else a web service that supports the proper format and JSONP.
What is/are the specific issue/s you’re having?
Thanks,
Jeffrey