Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gmap
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
gmap
Commits
9c9280d4
Commit
9c9280d4
authored
18 years ago
by
webgeer
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
fde3385e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gmap.css
+0
-1
0 additions, 1 deletion
gmap.css
gmap.module
+2
-2
2 additions, 2 deletions
gmap.module
with
2 additions
and
3 deletions
gmap.css
+
0
−
1
View file @
9c9280d4
...
...
@@ -10,5 +10,4 @@ v\:* {
padding
:
2px
;
margin
:
0
;
border
:
solid
black
1px
;
}
This diff is collapsed.
Click to expand it.
gmap.module
+
2
−
2
View file @
9c9280d4
...
...
@@ -184,7 +184,7 @@ function gmap_draw_map($gmap, $javascript='') {
$line
=
fgets
(
$trackFH
,
4096
);
$line_exploded
=
explode
(
","
,
$line
);
if
(
count
(
$line_exploded
)
==
7
)
{
$tt
[
'points'
][]
=
trim
(
$line_exploded
[
0
])
.
',
'
.
trim
(
$line_exploded
[
1
]);
$tt
[
'points'
][]
=
trim
(
$line_exploded
[
0
])
.
','
.
trim
(
$line_exploded
[
1
]);
}
}
fclose
(
$trackFH
);
...
...
@@ -655,7 +655,7 @@ function _gmap_doheader(){
drupal_add_js
(
drupal_get_path
(
'module'
,
'gmap'
)
.
'/gmap.js'
);
$js
=
'<script src="http://maps.google.com/maps?file=api&v=2&key='
.
variable_get
(
'googlemap_api_key'
,
''
)
.
'" type="text/javascript"></script>'
;
drupal_set_html_head
(
$js
);
if
(
variable_get
(
'gmap_xmaps'
,
0
)
)
{
if
(
GMAP_XMAPS
)
{
drupal_add_js
(
variable_get
(
'gmap_xmaps_script'
,
'misc/xmaps.1c.js'
));
}
if
(
GMAP_CLUSTER
){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment