Skip to content

Commit

Permalink
custom shape poi check
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld committed Mar 24, 2013
1 parent 08b3116 commit 0603b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -535,7 +535,7 @@ var init = exports.init = function (config) {
}

function getCustomGeo(poi_id, format, res){
poi_id = poi_id.replace("poi:","");
poi_id = replaceAll(poi_id,"poi:","");

customgeo.CustomGeo.findById(poi_id, function(err, custompoly){
if(!custompoly.addedToMap){
Expand Down

0 comments on commit 0603b53

Please sign in to comment.