issues
search
developmentseed
/
tipg
Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
153
stars
23
forks
source link
better handle router-prefix and root-path in HTML template
#174
Closed
vincentsarago
closed
8 months ago
vincentsarago
commented
8 months ago
This PR does:
add
title
to
create_html_response
method, in order to set the web page title
add
**kwargs
to
create_html_response
method to allow custom object to be passed to the template
fix url/path passed to the HTML template
fix HTML templates when passing QueryParameters
This PR does:
title
tocreate_html_response
method, in order to set the web page title**kwargs
tocreate_html_response
method to allow custom object to be passed to the template