OwlCyberSecurity - MANAGER
Edit File: shortcuts.cpython-39.pyc
a ���e � @ sx d dl Z d dlmZ d dlmZ d dlmZ d dlmZ zd dl Z W n e yZ dZ Y n0 dd� Zd d � Zdd� Z dS ) � N)�BytesIO)�settings)�HttpResponse)�loaderFc C s\ t � }t�|dtj��$}|�d| �tj�� W d � n1 s@0 Y |�d� |� � S )z0Return compressed KMZ from the given KML string.�azdoc.kmlNr ) r �zipfile�ZipFile�ZIP_DEFLATED�writestr�encoder �DEFAULT_CHARSET�seek�read)ZkmlZkmz�zf� r �]/home/gouroczh/virtualenv/pat/3.9/lib/python3.9/site-packages/django/contrib/gis/shortcuts.py�compress_kml s 2 r c O s t tj| i |��dd�S )z9Render the response as KML (using the correct MIME type).z$application/vnd.google-earth.kml+xml��content_type)r r �render_to_string��args�kwargsr r r � render_to_kml s �r c O s t ttj| i |���dd�S )zW Compress the KML content and return as KMZ (using the correct MIME type). z application/vnd.google-earth.kmzr )r r r r r r r r � render_to_kmz s �r )r �ior Zdjango.confr Zdjango.httpr Zdjango.templater �numpy�ImportErrorr r r r r r r �<module> s