Skip to content

Commit

Permalink
Merge pull request #19 from AplinkosMinisterija/map-url-fix
Browse files Browse the repository at this point in the history
url fixed
  • Loading branch information
LWangllix authored Jul 28, 2023
2 parents 62cf8b0 + 3ecc592 commit 17e255b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/texts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ export const toasts = {

const mapsHost = process.env.REACT_APP_MAPS_HOST || "https://dev.maps.biip.lt";
export const Url = {
DRAW: `${mapsHost}/zuvinimas/draw?v={{100000/1000}}`,
FISH_STOCKING: `${mapsHost}/zuvinimas?v={{100000/1000}}`
DRAW: `${mapsHost}/zuvinimas/draw`,
FISH_STOCKING: `${mapsHost}/zuvinimas`
};
export const queryStrings = {
draw: "?basemap_selector=true&draw_edit_prop=true&draw_geom=[Point]&draw=true&draw_panel=true&autosave=true"
Expand Down

0 comments on commit 17e255b

Please sign in to comment.