Hand crafting your KML vm files (Windows - Linux - Unix)
This tutorial is manly aimed at Windows, Linux and Unix users.
For Mac users I suggest you use my KML vm Generator that automates the hole creation process of your KML vm files.
So what will you need to create your KML vm files.
You'll need a text editor that supports Unicode (UTF-8)
What else will you need to know.
You'll need to know coordinates for your blog location:
- Longitude - Click here for Longitude help.
- Latitude - Click here for Latitude help.
- Range - Click here for Range help. (Range is the hight from your location)
- Altitude - You can set the to 0. (This should be left set to 0)
- Tilt - Click here for Tilt help.
- Heading - Click here for Heading help.
- Coordinates (This is a combination of Longitude,Latitude,0 eg. 0.05382499804289172,51.42044809303297,0)
Creating our KML vm files
There our two files we'll create one called kml2.vm and the other call kml2-category.vm
Integrate our KML vm files into Blojsom
After creating the two files above, you can then follow my video tutorials on how to integrate then into your Blojsom blog, under Stage 3 and Tips on Blojsom Plugin Settings for KML.
Settings recap notes:
- You add new blojsom templates called: kml2.vm and kml2-category.vm
- You add a new blog flavors: kml2 points to the blog template kml2.vm and kml2-category points to kml2-category.vm
- For the plugin chain mapping - ensure meta is at the head of the chain, and remove conditional-get from the chain
kml2.vm
Here below you'll fined my code for the kml2.vm file that is commented so you shold hopefully be able to follow.
Click here
to download a copy of my template files.
Back to top of page.
kml2-category.vm
Here below you'll fined my code for the kml2-category.vm file that is commented so you shold hopefully be able to follow.
Click here
to download a copy of my template files.
Back to top of page.