This update has a minor bug fix and adds support for Russian language.
- Fix for GUnload() and GBrowserIsCompatible() being called when not available/required.
- Russian language added – translation by Fat Cower.
Add geocoding and Google maps to your WordPress blog
I would like to add custom features about custom maptile!
How to insert my custom maptile code into wp-geo.php file ?
my code demo url
Paste my code:
Key part of my custom maptile code:
@sxtone – An interesting idea…
Are you familiar with developing WordPress plugins at all?
Having a quick look through your code, I think that they key bit of information you need to add a tilelayer is a javascript reference to the ‘map’ – is that right?
If so, I can probably add in a WordPress Filter so that it is possible to add additional Javascript code via another plugin (or your theme’s functions.php file).
I will try to have a look into it when I have time….
@Ben-yeah!I need to add a tilelayer!
Thank you for the reminder, I give it a try…but I am not familiar with developing WordPress plugins at all.
Why does not directly insert into wp-geo.php file’s mapScriptsInit()、init_wp_geo_map_admin()?
@sxtone – I’ll try and have a little look at how it could be added.
The idea behind creating a filter so you can add the extra script via the functions.php file or another plugin is so that if you need to customise the script for your own purposes, you will still be able to auto-upgrade the main WP Geo bit of the plugin when a new release is available.
@ben-After the entry of the code can not run.
Results directly to me please…
@ben-I do not understand the development of wordpress plugin.
Suggest parse GEO RSS,then insert data into MySQL table markers for search!
@Ben-First,Thank your wp-geo-tiles.php and add filter hook code!
Why not appear wp-geo-tiles in my blog’s plugin list?
I have upload all files(wp-geo and wp-geo-tile), install and activate…
The wp-geo-tile.php file should go in your main plugins folder, not the WP Geo plugin folder. It should then appear in your installed plugins as “WP Geo: My tiles”.
Another maptile sample url:
http://www.sxtone.com/map/ctgu/campusmap.html
@Ben-
Once again thank you!
I’m so glad the problem resolved!
Screenshots url:
http://www.owblog.cn/ok.jpg
@Ben-
suggestion set Common Interface for user javascript run.As markerClusterer for large amounts of markers.Etc.
So what are are you thinking… Some additional hooks so you can add extra javascript for markers etc in the same way as the tile overlays?
Hey I have been using your plugin for a while and really enjoy it but I tried to search how to add text into the tooltip here and on google and I can not seem to find anyway to quickly add text to my markers tooltip. The website is Ali Athari Fine Jewelry and i only need to change it for one map so maybe you could tell me how to change some of the code to reflect what I need? Thanks for any support or answers.
-Aaron.
Hello Ben,
I just installed your plugin and I must say I love it. Still playing around with before really publishing it on my weblog
.
Small question: I noticed that the widget only shows when in the current post or page a map is active. Is it possible to show the widget always? Would be very nice…
Thanks for writing this great plugin.
Regards,
Rob.
Hey!
Thanks 4 the great plugin. We use it extensively for our site. Love it.
There is a small question, is it possible to have different zoom levels for each map on each page / post ?
Thanks
Nishit
Not at the moment but I would like to add it as an option in a future version.