Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AplinkosMinisterija/biip-zuvinimas-…
Browse files Browse the repository at this point in the history
…web into main
  • Loading branch information
DovMa committed Oct 6, 2023
2 parents dcf956a + 2638a82 commit a6955f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<script
async
data-cfasync="false"
src="https://d29l98y0pmei9d.cloudfront.net/js/widget.min.js?k=Y2xpZW50SWQ9NTkwOSZob3N0TmFtZT1hbS5zdXBwb3J0aGVyby5pbw=="
></script>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down
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 a6955f6

Please sign in to comment.