Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Thomas
OpenMultiMaps
Commits
3262518f
Commit
3262518f
authored
Sep 23, 2020
by
Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue
#43
parent
1a15db24
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+1
-1
app/src/main/java/app/fedilab/openmaps/helper/ContributorsData.java
...in/java/app/fedilab/openmaps/helper/ContributorsData.java
+2
-2
app/src/main/java/app/fedilab/openmaps/helper/Helper.java
app/src/main/java/app/fedilab/openmaps/helper/Helper.java
+1
-1
No files found.
README.md
View file @
3262518f
...
...
@@ -39,7 +39,7 @@ Translations are done with [Crowdin](https://crowdin.com/project/openmaps), if a
### Hobbies
1.
[
OpenSnowMap
](
http
s
://opensnowmap.org/
)
1.
[
OpenSnowMap
](
http://opensnowmap.org/
)
1.
[
HistOSM
](
https://histosm.org/
)
### Regional
...
...
app/src/main/java/app/fedilab/openmaps/helper/ContributorsData.java
View file @
3262518f
...
...
@@ -202,10 +202,10 @@ public class ContributorsData {
contributor
.
setMain_title
(
context
.
getString
(
R
.
string
.
hobbies
));
contributor
.
setTitle
(
context
.
getString
(
R
.
string
.
ski_snow
));
contributor
.
setProject
(
"OpenSnowMap"
);
contributor
.
setMap_url
(
"http
s
://opensnowmap.org/"
);
contributor
.
setMap_url
(
"http://opensnowmap.org/"
);
contributor
.
setSource_code
(
"https://github.com/yvecai?tab=repositories"
);
contributor
.
setMaintainer
(
"Yvecai"
);
contributor
.
setDonations
(
"http
s
://opensnowmap.org/iframes/donate.html"
);
contributor
.
setDonations
(
"http://opensnowmap.org/iframes/donate.html"
);
contributors
.
add
(
contributor
);
//historic_places
contributor
=
new
Contributor
();
...
...
app/src/main/java/app/fedilab/openmaps/helper/Helper.java
View file @
3262518f
...
...
@@ -64,7 +64,7 @@ public class Helper {
public
static
String
queer_map
=
"https://map.qiekub.org/"
;
// - Hobbies
public
static
String
snow_map
=
"http
s
://opensnowmap.org/"
;
public
static
String
snow_map
=
"http://opensnowmap.org/"
;
public
static
String
historic_map
=
"https://histosm.org/"
;
public
static
String
french_breweries
=
"http://sp3r4z.fr/breweries/"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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