Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 17, 2024
1 parent a9e3b25 commit 18cd009
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scripts/http_host/metadata_to_tilejson.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def cli(metadata_path: Path, tilejson_path: Path, url_prefix: str, minify: bool)

# overwriting new style OSM license, until fixed in tile_gen
tilejson['attribution'] = (
'<a href="https://openfreemap.org/" target="_blank">OpenFreeMap</a> '
'<a href="https://openfreemap.org" target="_blank">OpenFreeMap</a> '
'<a href="https://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> '
'Data from <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a>'
)
Expand Down
2 changes: 1 addition & 1 deletion scripts/tile_gen/extract_mbtiles/extract_mbtiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def write_metadata(c, *, dir_path):

if 'openfreemap' not in metadata['attribution']:
attr_str = (
'<a href="https://openfreemap.org/" target="_blank">OpenFreeMap</a> '
'<a href="https://openfreemap.org" target="_blank">OpenFreeMap</a> '
+ metadata['attribution']
)
c.execute("UPDATE metadata SET value = ? WHERE name = 'attribution'", (attr_str,))
Expand Down
2 changes: 1 addition & 1 deletion website/blocks/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If you are using MapLibre, attributions are automatically added.

If you are using this in printed media or video, please attribute:

<a href="https://openfreemap.org/" target="_blank">OpenFreeMap</a> <a href="https://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> Data from <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a>
<a href="https://openfreemap.org" target="_blank">OpenFreeMap</a> <a href="https://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> Data from <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a>

You do not need to display the OpenFreeMap part, but it is nice if you do.

Expand Down
4 changes: 2 additions & 2 deletions website/blocks/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ The only data we might collect are server logs. Technically, these are disabled

## PRIVACY POLICY

Your privacy is important to us, so Hyperknot Software Kft., a company based in Hungary, has created the following Privacy Policy ("Policy") to let you know what information we collect when you visit our Site https://openfreemap.org/ ("Site"), why we collect it and how we use it.
Your privacy is important to us, so Hyperknot Software Kft., a company based in Hungary, has created the following Privacy Policy ("Policy") to let you know what information we collect when you visit our Site https://openfreemap.org ("Site"), why we collect it and how we use it.

The terms "You," "Your," "Yours" and "User" refer to the entity/person/organization using our Site.
When this Policy mentions "We", "Us," and "Our" it refers to Hyperknot Software Kft. and its subsidiaries and affiliates.

This Privacy Policy is governed by our [Terms of Services](https://openfreemap.org/tos).
This Privacy Policy is governed by our [Terms of Services](tos).

For any questions regarding this Policy or any requests regarding the processing of personal data, please contact us at [email protected].

Expand Down
4 changes: 2 additions & 2 deletions website/blocks/tos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ PLEASE READ THIS TERMS OF SERVICE AGREEMENT CAREFULLY, AS IT CONTAINS IMPORTANT

## 1. OVERVIEW

This Terms of Service Agreement ("Agreement") is entered into by and between Hyperknot Software Kft., registered address Petofi Sandor utca 48., Ujlengyel, 2724, Hungary ("Company") and you, and is made effective as of the date of your use of this website https://openfreemap.org/ ("Site") or the date of electronic acceptance.
This Agreement sets forth the general terms and conditions of your use of the https://openfreemap.org/ as well as the products and/or services purchased or accessed through this Site (the "Services"). Whether you are simply browsing or using this Site or purchase Services, your use of this Site and your electronic acceptance of this Agreement signifies that you have read, understand, acknowledge and agree to be bound by this Agreement our [Privacy policy](https://openfreemap.org/privacy). The terms "we", "us" or "our" shall refer to Company. The terms "you", "your", "User" or "customer" shall refer to any individual or entity who accepts this Agreement, uses our Site, has access or uses the Services. Nothing in this Agreement shall be deemed to confer any third-party rights or benefits.
This Terms of Service Agreement ("Agreement") is entered into by and between Hyperknot Software Kft., registered address Petofi Sandor utca 48., Ujlengyel, 2724, Hungary ("Company") and you, and is made effective as of the date of your use of this website https://openfreemap.org ("Site") or the date of electronic acceptance.
This Agreement sets forth the general terms and conditions of your use of the https://openfreemap.org as well as the products and/or services purchased or accessed through this Site (the "Services"). Whether you are simply browsing or using this Site or purchase Services, your use of this Site and your electronic acceptance of this Agreement signifies that you have read, understand, acknowledge and agree to be bound by this Agreement our [Privacy policy](privacy). The terms "we", "us" or "our" shall refer to Company. The terms "you", "your", "User" or "customer" shall refer to any individual or entity who accepts this Agreement, uses our Site, has access or uses the Services. Nothing in this Agreement shall be deemed to confer any third-party rights or benefits.
Company may, in its sole and absolute discretion, change or modify this Agreement, and any policies or agreements which are incorporated herein, at any time, and such changes or modifications shall be effective immediately upon posting to this Site. Your use of this Site or the Services after such changes or modifications have been made shall constitute your acceptance of this Agreement as last revised.
IF YOU DO NOT AGREE TO BE BOUND BY THIS AGREEMENT AS LAST REVISED, DO NOT USE (OR CONTINUE TO USE) THIS SITE OR THE SERVICES.

Expand Down

0 comments on commit 18cd009

Please sign in to comment.