mirror of
https://github.com/openstreetmap/openstreetmap-website.git
synced 2025-08-16 17:07:06 +00:00
dao db and map request fixes
This commit is contained in:
@ -4,10 +4,14 @@ class NodeController < ApplicationController
|
||||
before_filter :authorize
|
||||
|
||||
def create
|
||||
@node = Node.new
|
||||
@node.id = 1
|
||||
@node.latitude = 1
|
||||
@node.save
|
||||
# @node = Node.new
|
||||
# @node.id = 1
|
||||
# @node.latitude = 1
|
||||
# @node.save
|
||||
|
||||
if request.putt?
|
||||
@txt = resp.body
|
||||
end
|
||||
end
|
||||
|
||||
def dummy
|
||||
|
Reference in New Issue
Block a user