final polishing

This commit is contained in:
Vladimir Agafonkin 2012-07-30 11:17:10 +03:00
parent adc139f07e
commit 4a7eecbec9
4 changed files with 7 additions and 10 deletions

View File

@ -212,7 +212,6 @@ Vladimir Agafonkin, Leaflet maintainer.
[Jacob Toye]: https://github.com/jacobtoye
<script>
var map = L.map('map').setView([51.503, -0.09], 13);
L.tileLayer(CM_URL, {attribution: CM_ATTR, styleId: 997}).addTo(map);
@ -237,5 +236,4 @@ Vladimir Agafonkin, Leaflet maintainer.
[51.505, -0.03],
[51.5, -0.045]
], {weight: 1, opacity: 0.8}).addTo(map).bindPopup('I am a rectangle.');
</script>

View File

@ -11,12 +11,11 @@ title: Leaflet Developer Blog Atom Feed
<link href="http://leaflet.cloudmade.com"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>http://leaflet.cloudmade.com</id>
<id>http://leaflet.cloudmade.com/</id>
<!--<author>
<author>
<name>Vladimir Agafonkin</name>
<email>agafonkin@gmail.com</email>
</author>-->
</author>
{% for post in site.posts %}
<entry>

View File

@ -5,7 +5,7 @@ title: Blog
## Leaflet Developer Blog
The main place for all important Leaflet-related news, tutorials, tips and development notes.
The main place for all important Leaflet-related news, tutorials, tips and development notes. [Subscribe to Atom feed](atom.xml)
---

View File

@ -35,12 +35,12 @@ Note that the master version can contain incompatible changes, so please read th
The latest stable release of Leaflet is hosted on a CDN — to start using
it straight away, place this code in the `head` section of your HTML:
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.3.1/leaflet.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.3.1/leaflet.ie.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4/leaflet.ie.css" />
<![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.3.1/leaflet.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.4/leaflet.js"></script>
### Building Leaflet from the Source