Skip to content

Commit

Permalink
Version 1.5.1. gitspatial.com, not gitspatial.herokuapp.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Sanford committed Sep 4, 2013
1 parent bdc8085 commit daaf31d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/lvector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion documentation/index.html
Expand Up @@ -485,7 +485,7 @@ <h3>Methods</h3>

<h2 class="docs" id="docs-gitspatial">lvector.GitSpatial <small>GitSpatial</small></h2>

<p>This class creates a layer that processes and displays features from a <a href="http://gitspatial.herokuapp.com">GitSpatial feature set</a>.</p>
<p>This class creates a layer that processes and displays features from a <a href="http://gitspatial.com">GitSpatial feature set</a>.</p>

<h3>Usage Example</h3>
<pre class="prettyprint docs">my_gitspatial_layer = new lvector.GitSpatial({
Expand Down
8 changes: 5 additions & 3 deletions download/index.html
Expand Up @@ -54,12 +54,16 @@ <h1>Downloads</h1>
<h2>Current Version</h2>
<div class="span10 well">
<p>The current version of Leaflet Vector Layers supports Leaflet version 0.5.x.</p>
<p class="content-centered"><a class="btn large primary" href="https://github.com/JasonSanford/leaflet-vector-layers/zipball/v1.5.0">lvector-1.5.0.zip</a></p>
<p class="content-centered"><a class="btn large primary" href="https://github.com/JasonSanford/leaflet-vector-layers/zipball/v1.5.1">lvector-1.5.1.zip</a></p>
</div>
<hr>
<h2>Previous Versions</h2>

<div class="row">
<div class="span5 well">
<p>Leaflet Vector Layers version 1.5.0 supports Leaflet version 0.5.x.</p>
<p class="content-centered"><a class="btn info" href="https://github.com/JasonSanford/leaflet-vector-layers/zipball/v1.5.0">lvector-1.5.0.zip</a></p>
</div>
<div class="span5 well">
<p>Leaflet Vector Layers version 1.4.0 supports Leaflet version 0.5.x.</p>
<p class="content-centered"><a class="btn info" href="https://github.com/JasonSanford/leaflet-vector-layers/zipball/v1.4.0">lvector-1.4.0.zip</a></p>
Expand All @@ -76,8 +80,6 @@ <h2>Previous Versions</h2>
<p>Leaflet Vector Layers version 1.1.1 supports Leaflet version 0.3.x.</p>
<p class="content-centered"><a class="btn info" href="https://github.com/JasonSanford/leaflet-vector-layers/zipball/v1.1.1">lvector-1.1.1.zip</a></p>
</div>
</div>
<div class="row">
<div class="span5 well">
<p>Leaflet Vector Layers version 1.1.0 supports Leaflet version 0.3.x.</p>
<p class="content-centered"><a class="btn info" href="https://github.com/JasonSanford/leaflet-vector-layers/zipball/v1.1.0">lvector-1.1.0.zip</a></p>
Expand Down
2 changes: 1 addition & 1 deletion src/layer/GitSpatial.js
Expand Up @@ -38,7 +38,7 @@ lvector.GitSpatial = lvector.GeoJSONLayer.extend({

_getFeatures: function() {
// Build URL
var url = "http://gitspatial.herokuapp.com/api/v1/" + this.options.user + // The GitHub user name
var url = "http://gitspatial.com/api/v1/" + this.options.user + // The GitHub user name
"/" + this.options.repo + // The GitHub repo name
"/" + this.options.featureSet + // The GitSpatial feature set name
"?callback=" + this._globalPointer + "._processFeatures"; // Need this for JSONP
Expand Down
2 changes: 1 addition & 1 deletion src/lvector.js
Expand Up @@ -8,7 +8,7 @@

(function (root) {
root.lvector = {
VERSION: '1.4.1',
VERSION: '1.5.1',

noConflict: function () {
root.lvector = this._originallvector;
Expand Down

0 comments on commit daaf31d

Please sign in to comment.