Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
HIRE Promotionskolleg Team
Study Areas Map
Commits
6a783667
Commit
6a783667
authored
8 months ago
by
Alfakhori
Browse files
Options
Download
Email Patches
Plain Diff
Update public/data/pins.csv, public/index2.html
parent
de96765c
Pipeline
#10080
passed with stage
in 7 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/data/pins.csv
+3
-2
public/data/pins.csv
public/index2.html
+1
-1
public/index2.html
with
4 additions
and
3 deletions
+4
-3
public/data/pins.csv
+
3
-
2
View file @
6a783667
lat,lng,name,color
48.773330,9.181970,Muhammad's first study area,#0000ff
lat,lng,name,color,marker_type
48.773330,9.181970,Muhammad's first study area,#0000ff,type1
48.780000,9.175000,Another study area,#ff0000,type2
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/index2.html
+
1
-
1
View file @
6a783667
...
...
@@ -42,7 +42,7 @@
// Function to load pins from CSV and add them to the map
function
loadPins
()
{
console
.
log
(
"
Attempting to load CSV file...
"
);
Papa
.
parse
(
'
pins.csv
'
,
{
Papa
.
parse
(
'
https://transfer.hft-stuttgart.de/gitlab/hire-promotionskolleg-team/study-areas-maps/-/raw/master/public/data/
pins.csv
'
,
{
download
:
true
,
header
:
true
,
complete
:
function
(
results
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment