{% extends "public/site_base.html" %} {% load i18n %} {% load staticfiles %} {% load base_tags %} {% block title %} {% trans "Welcome!" %} - {{ block.super }} {% endblock %} {% block body_class %}home{% endblock %} {% block middle %} {{ block.super }} {% block hero %}
{% blocktrans %}Cartoview extends GeoNode to create, manage GIS Web Mapping Applications.{% endblocktrans %}
{% blocktrans %}If you have any questions about the software or service, contact us.{% endblocktrans %}
{% trans "Click to search for geospatial data published by other users, organizations and public sources. Download data in standard formats." %}
{% if user.is_authenticated %} {% else %} {% endif %}{% trans "Data is available for browsing, aggregating and styling to generate maps which can be shared publicly or restricted to specific users only." %}
{% if user.is_authenticated %} {% else %} {% endif %}{% trans "Pluggable Apps available on App Market for quick deployments." %}
{% trans "GeoNode allows registered users to easily upload geospatial data in several formats including shapefile and GeoTiff." %}