Skip to content

Commit

Permalink
Add website intro (#26)
Browse files Browse the repository at this point in the history
* Add website intro

This PR adds a general introduction to what this website is about.
Besides addressing the general audience, this may also improve the SEO ranking (#24).

* cleanup list

Co-authored-by: Even Rouault <[email protected]>

* Last Revised -> Last revised in

* Apply suggestions from code review

Co-authored-by: Javier Jimenez Shaw <[email protected]>

* Improve wording

Co-authored-by: Javier Jimenez Shaw <[email protected]>

---------

Co-authored-by: Even Rouault <[email protected]>
Co-authored-by: Javier Jimenez Shaw <[email protected]>
  • Loading branch information
3 people authored Jul 17, 2024
1 parent b41bdb5 commit 6c1f034
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/templates/crs.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
View <a href="https://epsg.org/crs_{{ code }}/{{ epsg_scaped_name }}.html" target="_blank">
EPSG.org definition for EPSG:{{ code }}</a> |
{%- endif %}
<a href="http://www.google.com/search?q={{ encoded_name }}" target="_blank">Google it</a>
<a href="https://www.google.com/search?q={{ encoded_name }}" target="_blank">Google it</a>
</p>
{%- if error %}
<div class="crs_error"><b>ERROR!</b> {{ error|e|replace(",", ",<wbr>") }}</div>
Expand Down
10 changes: 8 additions & 2 deletions scripts/templates/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@
</div>

<div id="content">
<h2>What is SpatialReference.org?</h2>
SpatialReference.org is a comprehensive online resource dedicated to providing detailed information and reference materials on spatial coordinate reference systems.<br>
This website is essential for geospatial professionals, GIS developers, and cartographers, providing an extensive database of spatial reference systems used globally.<br>
The website allows users to search, access, and implement various spatial references easily, offering standardized formats like Well-Known Text (WKT) or PROJJSON. A wide array of coordinate reference systems, such as WGS 84 or NAD83(2011) geographic systems, thousands of projected systems (like UTM zones), as well as vertical systems like NAVD88 are supported.<br>
One of the key features of SpatialReference.org is its support for EPSG codes. EPSG, which stands for European Petroleum Survey Group, is a widely recognized standard for defining coordinate reference systems. These codes simplify the identification and use of spatial reference systems in various geospatial applications.
<h2>Find your references in any number of formats!</h2>
This page shows a list of the Coordinate Reference Systems included in <a href="https://proj.org">PROJ</a>.
<ul>
<li>See Existing EPSG Codes: <a href="{{ home_dir }}/ref/epsg/4326/">4326</a>, <a href="{{ home_dir }}/ref/epsg/6492/">6492</a></li>
<li>Browse a list:
Expand All @@ -49,11 +55,11 @@
</li>
{% endif %}
</ul>
<p>Last Revised {{ last_revised }}</p>
<p>Last revised in {{ last_revised }}</p>
</div>
<div id="footer">
{% include 'sections/footer.tmpl' %} - Code implementation inspired by <a href="https://crs-explorer.proj.org">crs-explorer.proj.org</a>
</div>

<script src="{{ home_dir }}/base.js"></script>
</body>
</body>

0 comments on commit 6c1f034

Please sign in to comment.