Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Name & Parameters: GetMap ( webViewerName ; zoom ; address1 ; address2 ; city ; state ; postalCode ; country )

Description:

 

Appologies if I have put this in the incorrect format. I have tried to import the GetMap custom function from the Filemaker 12 Contact sample database. I have fiddled with several fields and setting to no avail. I'm using FM 12 pro advanced. 

 

My aim is input the address, a map appears then remains with or without internet connection. Ideally would only update when the address is changed.

 

Any pointers would be much appreciated.

Recursive: ?

Sample Input:

 

 

Let
[
address = Substitute
address1 & " " & 
address2 & " " & 
city & " " & 
state & " " & 
postalCode & " " & 
country ; 
" " ; "+" 
) ; 
size = GetLayoutObjectAttribute ( webViewerName ; "width" ) & "x" & GetLayoutObjectAttribute ( webViewerName ; "height" )
] ;
 
& address & 
"&zoom=" & zoom &
"&markers=" 
& address & 
"&size=" 
& size & 
"&sensor=false"
)

 


Results:



logo_sm.gif

400. That’s an error.

Your client has issued a malformed or illegal request.That’s all we know.


Formula:


GetMap ( webViewerName ; zoom ; address1 ; address2 ; city ; state ; postalCode ; country )

Required Functions:

 

Credits:



Disclaimer: FM Forums does not endorse or warrantee these functions are fit for any particular purpose. Do not post or distribute files without written approval from the copyright owner. All files are deemed public domain unless otherwise indictated. Please backup every file that you intend to modify.
 

Are you asking how to integrate this web viewer into your own database?

I think he's looking for a way to save the map, so it can be seen even without internet connection.

  • Author
 

Yes Eos I'm trying to integrate GetMap and if possible find a solution that will allow me to save a map.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.