Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Oct 24, 2024
1 parent 8a2dea3 commit 2aee76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ task updateWebsite(dependsOn: ["copyCss",'vespucciIcons'], type: JavaExec) {
classpath = configurations.resoveableRuntimeOnly
args('-input', tempDir.getPath() + "/" + legacy_vespucci_preset_file,
'-output', 'index.html',
'-vespucci', 'https://github.com/simonpoole/' + project.name + '/releases/latest/download/vespucci_zip.zip',
'-vespucci', 'https://github.com/simonpoole/' + project.name + '/releases/latest/download/vespucci_v5.zip',
'-josm', 'https://github.com/simonpoole/' + project.name + '/releases/latest/download/josm.zip')
}
updateWebsite.group = 'preset utils'
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><link rel="stylesheet" href="website/preset.css" type="text/css" /></head><body><h1>Default OpenStreetMap Preset for Vespucci and JOSM</h1>
<div class="download"><a href="vespucci:/preset?preseturl=https%3A%2F%2Fgithub.com%2Fsimonpoole%2Fbeautified-JOSM-preset%2Freleases%2Flatest%2Fdownload%2Fvespucci_zip.zip&presetname=Default OpenStreetMap Preset for Vespucci and JOSM">Download link for Vespucci</a><br>
<div class="download"><a href="vespucci:/preset?preseturl=https%3A%2F%2Fgithub.com%2Fsimonpoole%2Fbeautified-JOSM-preset%2Freleases%2Flatest%2Fdownload%2Fvespucci_v5.zip&presetname=Default OpenStreetMap Preset for Vespucci and JOSM">Download link for Vespucci</a><br>
<div class="download"><a href="https://github.com/simonpoole/beautified-JOSM-preset/releases/latest/download/josm.zip">Download link for JOSM</a></div>
<p /><a href="#Highways">Highways</a> <a href="#Water">Water</a> <a href="#Transport">Transport</a> <a href="#Facilities">Facilities</a> <a href="#Sports">Sports</a> <a href="#Buildings">Buildings</a> <a href="#Indoor elements">Indoor elements</a> <a href="#Man Made">Man Made</a> <a href="#Historic Places & Objects">Historic Places & Objects</a> <a href="#Shops">Shops</a> <a href="#Money">Money</a> <a href="#Geography">Geography</a> <a href="#Land use and nature">Land use and nature</a> <a href="#Addresses and Contact">Addresses and Contact</a> <a href="#Annotation">Annotation</a> <a href="#Relations">Relations</a> <a href="#Crafts">Crafts</a> <a href="#Offices">Offices</a> <a href="#Lifecycle">Lifecycle</a> <div class="group"><div style="margin-left: 0px"><h2><img src="icons/png/highway_highway_sp.png" style="vertical-align:middle"> <a name="Highways"></a>Highways</h2>
<div class="group"><div style="margin-left: 30px"><h3><img src="icons/png/highway_highway_sp.png" style="vertical-align:middle"> <a name="Streets"></a>Streets</h3>
Expand Down

0 comments on commit 2aee76a

Please sign in to comment.