package service import "github.com/labstack/echo/v4" func (s *MapService) GetGeoJSONByName(c echo.Context) error { return c.JSON(200, "ok") }