I’m trying to set up this world map using SVGZ instead of SVG so I can give my users a richer, more detailed map.
So far I’ve tried decompressing it using js-deflate, but to no avail.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As I write in comment SVGZ uses
gzip. Top browsers can decompressgzipfiles without assistance. Your page http://home.no/dwaynie/map load .svgz file withContent-Type:text/plain; charset=ISO-8859-1. But forSVG|SVGZit’s not valid MIME type.Above headers must be configured in web server (IIS, Apache).