added page title and removed alert
This commit is contained in:
parent
805493e2a2
commit
acde7bd645
|
@ -147,7 +147,6 @@ $(function() {
|
||||||
var currFeatures = jsonLayer.features;
|
var currFeatures = jsonLayer.features;
|
||||||
jsonLayer.removeFeatures(currFeatures);
|
jsonLayer.removeFeatures(currFeatures);
|
||||||
jsonLayer.addFeatures(geojson_format.read(features));
|
jsonLayer.addFeatures(geojson_format.read(features));
|
||||||
alert(type);
|
|
||||||
switch(type.toLowerCase()) {
|
switch(type.toLowerCase()) {
|
||||||
case "image":
|
case "image":
|
||||||
var html = tmpl("tmpl_images", {'images': json.images});
|
var html = tmpl("tmpl_images", {'images': json.images});
|
||||||
|
|
|
@ -103,6 +103,7 @@ a img {
|
||||||
box-shadow: 0px 0px 1.5em;
|
box-shadow: 0px 0px 1.5em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<title>Vertical Urbanism: Flyovers in Mumbai</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/static/css/colorbox.css" />
|
<link rel="stylesheet" type="text/css" href="/static/css/colorbox.css" />
|
||||||
<script type="text/javascript" src="/static/js/jquery.js"></script>
|
<script type="text/javascript" src="/static/js/jquery.js"></script>
|
||||||
<script type="text/javascript" src="/static/js/jquery.colorbox-min.js"></script>
|
<script type="text/javascript" src="/static/js/jquery.colorbox-min.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user