Closed (fixed)
Project:
Mapbuilder
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2007 at 04:59 UTC
Updated:
14 Feb 2007 at 22:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
jpulles commentedHi slydey, the instructions in README.txt should probably become more detailed in time. Note that if you see the 'loading indicator' the mapbuilder library is probably installed correctly. The problem may be in the context node you are referencing.
I added a demo context document in the package, and included an example input for a config document (see attached image and http://drupal.org/node/112157).
You may also add to this issue which values you use for the fields in the context/config nodes you tested with.
Comment #2
slydey commentedhi again.. i downloaded the latest update.. still can't get the map to display... but much better than before.. i think my configuration not in the right directions.. i attach few screen of my mapbuilder configuration.. hopefully u can point me on what did i do wrong.. thanks again..
Comment #3
jpulles commentedYou could have a look at the page source of your config node. It should have a
tag in the head section containing something like (in your case, assuming you have a base_path of /drupal): // URL of Mapbuilder configuration file. var mbConfigUrl="/drupal/mapbuilder/config/14"; var baseDir="/drupal/modules/mapbuilder/mapbuilder-src/lib"; Looking at your alert message you seem to have a base_path of / instead of /drupal/. I wonder if the clean url's setting is of influence? You could try to enable it; what is required is:- enable mod_rewrite in Apache and give your directory the setting 'AllowOverride all'; restart Apache
- edit the rewrite directory in .htaccess; uncomment the RewriteBase line and edit it if needed (perhaps to / ?)
Another thing is the access control (see admin/user/access). When looking at a config node anonymously, I get the same alert as you because anonymous users have no 'access mapconfig' rights. I hope this helps.Comment #4
jpulles commentedThe text in the readme file has been improved.
Comment #5
(not verified) commented