Skip to content

Commit

Permalink
Updating comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JustineFricou committed Apr 24, 2024
1 parent a51d664 commit 1d158e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geotrek/core/static/core/multipath.js
Original file line number Diff line number Diff line change
Expand Up @@ -771,10 +771,10 @@ L.Handler.MultiPath = L.Handler.extend({
onComputedPaths: function(data) {
var self = this;
var topology = Geotrek.TopologyHelper.buildTopologyFromComputedPath(this.idToLayer, data);
//this.fire('computed_topology', {topology:topology.serialized});

this.showPathGeom(data.geojson);

//this.fire('computed_topology', {topology:topology.serialized});

// ## ONCE ##
if (this.drawOnMouseMove) {
Expand Down
2 changes: 1 addition & 1 deletion geotrek/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def get_queryset(self):
return qs


class TrekGeometry(View): # TODO: mettre dans PathViewSet -> route / routing
class TrekGeometry(View): # TODO: mettre dans PathViewSet -> route / routing + TopologyRouter dans graph.py

def get_cs_graph(self):

Expand Down

0 comments on commit 1d158e4

Please sign in to comment.