#121 Fancy spatial reference
* visual enhancement for spatial reference rendering
This commit is contained in:
		
							parent
							
								
									0b9587f17c
								
							
						
					
					
						commit
						a4f6519601
					
				@ -1,8 +1,18 @@
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
{% load i18n fontawesome_5 %}
 | 
			
		||||
<div class="col-sm-12">
 | 
			
		||||
    <h3>{% trans 'Spatial reference' %}</h3>
 | 
			
		||||
    <div class="align-middle" hx-trigger="every 2s" hx-get="{% url 'geometry-parcels' geom_form.instance.geometry.id %}">
 | 
			
		||||
        <span class="spinner-border rlp-r-inv" role="status"></span>
 | 
			
		||||
        <span>{% trans 'Loading...' %}</span>
 | 
			
		||||
    <div class="card">
 | 
			
		||||
        <div class="card-header rlp-r">
 | 
			
		||||
            <h5>
 | 
			
		||||
                {% fa5_icon 'search-location' %}
 | 
			
		||||
                {% trans 'Spatial reference' %}
 | 
			
		||||
            </h5>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="card-body">
 | 
			
		||||
            <div hx-trigger="every 2s" hx-get="{% url 'geometry-parcels' geom_form.instance.geometry.id %}" title="{% trans 'Loading...' %}">
 | 
			
		||||
                <div class="row justify-content-center">
 | 
			
		||||
                    <span class="spinner-border rlp-r-inv" role="status"></span>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user