looked trough their AJAX API. So answer is yes - its possibleemosbat wrote: yes. here is it
http://www.bing.com/maps/
niceostridm wrote:new version 0.6.0,
added Bing
leschek wrote:4. I thought about some new features I would like to see in this awesome MOD, if I can make request.
Sorry I was busy last few days, but now I updated MOD to version 0.6 and during installation I run into this problem (phpBB 3.0.10 or 3.0.11 installed on localhost - same error on both versions):ostridm wrote: 4) of course. i like your ideas.
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/umil/umil.php on line 1218: Undefined index: auth
Code: Select all
1215 'module_basename' => $basename,
1216 'module_langname' => $module_info['title'],
1217 'module_mode' => $mode,
1218 'module_auth' => $module_info['auth'],
1219 'module_display' => (isset($module_info['display'])) ? $module_info['display'] : true,
1220 'before' => (isset($module_info['before'])) ? $module_info['before'] : false,
1221 'after' => (isset($module_info['after'])) ? $module_info['after'] : false,
Code: Select all
ERROR: The column ymsm_zoom does not exist on table phpbb3_forums.
ERROR: The column ymsm_ico does not exist on table phpbb3_topics.
This is possible, to show some extra info in balloon window. For now this is a big question where to store this info... it is definitely should be in extra table. I thought about it but for i do not like to introduce the mod own tables.leschek wrote: 1. Names for points - Now the points get the names from the topics, but sometimes the topic title isn't best name for a point. Or maybe leave names of points as they are and make descriptions for the points (if user put mouse over, they will see it).
Ok but it will requre input of topic or post id either.leschek wrote: 2. Linking to the points - you can write something like "I like the place you wrote about, but [point_BBCode]this place[/point_BBCode] is thousands times better.
No. not implemented. I'm still thinking about i will have to rise load (SQL & PHP) this is not very good. May be if there will be POI in replies MOD will show them in viewtopic script only.leschek wrote: 3. Multiple points - I guess it would be nice if user can add more than one point to topic. Lets say I write topic about city and want to show to users where are nice restaurants, historical places etc. With one point I can only show centre of a city I'm writing about, but with more points I can show exactly where the places are. I guess it would be nice to combine it with previous option. (I also would like to create the points in replies, but maybe it's already implemented - permissions I can't find).
We can easily kill user browser with 5K of point i believe so I try to limit the quantity of points are being displayed. So this list must be logically bound to something.leschek wrote: 4. Displayed points first - wouldn't be nice to have in blue side-panel first group of points that are displayed on map and then rest of the points?
Okleschek wrote: 5. Link to map in forum settings (and in main MOD settings in ACP) to make easier to find coordinates for
map
Yes I've seen. It is interesting. I'm afraid it would be possible only if you will fix Maps API to only one provider for the whole site. I haven't investigated the formats and API but it is my thoughts.leschek wrote: 6. GPS tracks - I think I wrote about it before.
will appear in the next versonleschek wrote: Permissions: I can't find them in ACP - I looked into user/groups permissions and to forum permissions too.
I installed it on live forum and I didn't have any problem, so it's working now. I guess I didn't use the newest UMIL.leschek wrote:error: ....... I will try to reinstall the MOD on live testing forum and I will let you know if there are any errors.
Well I'm not coder, I just think from an user point about features I would like to see in this MOD. Would it be the same problem with script load to add another POIs from main page (board geography) of the MOD (only for those who will have permissions)? And then just link to them in post with BBCode or somehow, so after click on link it will open map with that POI.ostridm wrote:No. not implemented. I'm still thinking about i will have to rise load (SQL & PHP) this is not very good. May be if there will be POI in replies MOD will show them in viewtopic script only.leschek wrote:3. Multiple points - I guess it would be nice if user can add more than one point to topic. Lets say I write topic about city and want to show to users where are nice restaurants, historical places etc. With one point I can only show centre of a city I'm writing about, but with more points I can show exactly where the places are. I guess it would be nice to combine it with previous option. (I also would like to create the points in replies, but maybe it's already implemented - permissions I can't find).
Right now I start to use BBCode to show tracks on Google map. I create track on my Google map account and link to it with BBCode. You can see how it looks here (there is lot of photos, so page loads bit longer - map is on the bottom of linked post.). It would be awesome if I can link the tracks (maybe tracks I created in Google or other provider) into map on the top of topic (of course it would be better if I just can add the track in topic).ostridm wrote:Yes I've seen. It is interesting. I'm afraid it would be possible only if you will fix Maps API to only one provider for the whole site. I haven't investigated the formats and API but it is my thoughts.leschek wrote:6. GPS tracks - I think I wrote about it before.