{"id":10401,"date":"2017-01-19T10:13:42","date_gmt":"2017-01-19T18:13:42","guid":{"rendered":"https:\/\/www.seedcode.com\/?p=10401"},"modified":"2017-01-19T10:13:42","modified_gmt":"2017-01-19T18:13:42","slug":"satellite-mode-filemaker-maps","status":"publish","type":"post","link":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/","title":{"rendered":"Satellite Mode for FileMaker Maps"},"content":{"rendered":"<p>A customer recently wanted ProMaps to default to Satellite mode, and since customers\u00a0have access to the map&#8217;s html, this was a pretty easy mod to make. Step by step instructions follow, but here&#8217;s what it looks like:<\/p>\n<div class=\"lightbox\"><a href=\"https:\/\/www.seedcode.com\/wp-content\/uploads\/2017\/01\/MapWithSateliteLarge.jpg\"><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-large wp-image-10408\" src=\"https:\/\/www.seedcode.com\/wp-content\/uploads\/2017\/01\/MapWithSateliteLarge-1024x645.jpg\" alt=\"MapWithSateliteLarge\" width=\"1024\" height=\"645\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/MapWithSateliteLarge-1024x645.jpg 1024w, https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/MapWithSateliteLarge-300x189.jpg 300w, https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/MapWithSateliteLarge-768x484.jpg 768w, https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/MapWithSateliteLarge-1536x967.jpg 1536w, https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/MapWithSateliteLarge-2048x1289.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div>\n<p>(You can toggle the 3D display and switch back to an overhead display by clicking the grid icon in the lower right.)<\/p>\n<h2>Making satellite\u00a0mode the default\u00a0in your FileMaker map<\/h2>\n<p><strong>1.<\/strong> To make this change in your copy of <a href=\"\/promaps\/\" target=\"_blank\" rel=\"noopener\">ProMaps<\/a>,\u00a0first backup your file. Really.<\/p>\n<p><strong>2.<\/strong>\u00a0ProMaps stores\u00a0its settings in a single FileMaker record on the MapSettings table. The HTML template is stored in the MapDataTemplate field.\u00a0To update the MapDataTemplate, you&#8217;ll have to add the MapDataTemplate field to one of the Settings layouts. I chose the General Settings layout. Once you can get at this MapDataTemplate field, enter browse mode and select all the contents of the field, copy them, and paste all that HTML into a text editor of your choice.<\/p>\n<p><strong>3.<\/strong> In your text editor, search for the following line:<\/p>\n<pre style=\"padding-left: 30px;\">mapTypeId: google.maps.MapTypeId.ROADMAP,<\/pre>\n<p>Change that line to the following:<\/p>\n<pre style=\"padding-left: 30px;\">mapTypeId: google.maps.MapTypeId.SATELLITE,<\/pre>\n<p><strong>4.<\/strong> Once you&#8217;ve made that change, copy the contents of your text editor and paste the entirety back into the MapDataTemplate field in your settings layout and commit the record. After making this change, you can run the &#8220;Upon Opening ProMaps&#8221; script and your map will now default to satellite view. =)<\/p>\n<p><strong>5.<\/strong> If the file is cloned, this record will get deleted, so we needed a way to restore the default settings automatically. To do this, you&#8217;ll find\u00a0a hidden layout called &#8220;ProMaps Template&#8221;. You&#8217;ll want\u00a0to update the layout in order to ensure these settings are carried over if you ever clone the file in the future.<\/p>\n<p>In order to update the layout,\u00a0navigate to the ProMaps Template layout in layout mode. Then replace the contents of the left-most field with your text editor contents and save the layout. Don&#8217;t add a new object to the layout: select the text in the object already there and replace the text with the new HTML you&#8217;ve edited.<\/p>\n<p>With these changes, you should be all set to have ProMaps open in satellite mode by default, and any cloned files will have the settings preserved.<\/p>\n<p>Enjoy!<\/p>\n<p style=\"text-align: center;\">[ba-button link=&#8221;https:\/\/www.seedcode.com\/promaps\/&#8221; color=&#8221;Yellow&#8221; target=&#8221;blank&#8221;]Learn more about adding\u00a0ProMaps to your file[\/ba-button]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A customer recently wanted ProMaps to default to Satellite mode, and since customers\u00a0have access to the map&#8217;s html, this was a pretty easy mod to make. Step by step instructions follow, but here&#8217;s what it looks like: (You can toggle the 3D display and switch back to an overhead display by clicking the grid icon in the lower right.) Making satellite\u00a0mode the default\u00a0in your FileMaker map 1. To make this change in your copy of ProMaps,\u00a0first backup your file. Really. 2.\u00a0ProMaps stores\u00a0its settings in a single FileMaker record on the MapSettings table. The HTML template is stored in the MapDataTemplate field.\u00a0To update the MapDataTemplate, you&#8217;ll have to add the MapDataTemplate field to one of the Settings layouts. I chose the General Settings layout. Once you can get at this MapDataTemplate field, enter browse mode and select all the contents of the field, copy them, and paste all that HTML into a text editor of your choice. 3. In your text editor, search for the following line: mapTypeId: google.maps.MapTypeId.ROADMAP, Change that line to the following: mapTypeId: google.maps.MapTypeId.SATELLITE, 4. Once you&#8217;ve made that change, copy the contents of your text editor and paste the entirety back into the MapDataTemplate field in your settings layout and commit the record. After making this change, you can run the &#8220;Upon Opening ProMaps&#8221; script and your map will now default to satellite view. =) 5. If the file is cloned, this record will get deleted, so we needed a way to restore the default settings automatically. To do this, you&#8217;ll find\u00a0a hidden layout called &#8220;ProMaps Template&#8221;. You&#8217;ll want\u00a0to update the layout in order to ensure these settings are carried over if you ever clone the file in the future. In order to update the layout,\u00a0navigate to the ProMaps Template layout in layout mode. Then replace the contents of the left-most field with your text editor contents and save the layout. Don&#8217;t add a new object to the layout: select the text in the object already there and replace the text with the new HTML you&#8217;ve edited. With these changes, you should be all set to have ProMaps open in satellite mode by default, and any cloned files will have the settings preserved. Enjoy! [ba-button link=&#8221;https:\/\/www.seedcode.com\/promaps\/&#8221; color=&#8221;Yellow&#8221; target=&#8221;blank&#8221;]Learn more about adding\u00a0ProMaps to your file[\/ba-button]<\/p>\n","protected":false},"author":5,"featured_media":10402,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[22],"class_list":["post-10401","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-maps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Satellite Mode for FileMaker Maps - SeedCode<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Satellite Mode for FileMaker Maps - SeedCode\" \/>\n<meta property=\"og:description\" content=\"A customer recently wanted ProMaps to default to Satellite mode, and since customers\u00a0have access to the map&#8217;s html, this was a pretty easy mod to make. Step by step instructions follow, but here&#8217;s what it looks like: (You can toggle the 3D display and switch back to an overhead display by clicking the grid icon in the lower right.) Making satellite\u00a0mode the default\u00a0in your FileMaker map 1. To make this change in your copy of ProMaps,\u00a0first backup your file. Really. 2.\u00a0ProMaps stores\u00a0its settings in a single FileMaker record on the MapSettings table. The HTML template is stored in the MapDataTemplate field.\u00a0To update the MapDataTemplate, you&#8217;ll have to add the MapDataTemplate field to one of the Settings layouts. I chose the General Settings layout. Once you can get at this MapDataTemplate field, enter browse mode and select all the contents of the field, copy them, and paste all that HTML into a text editor of your choice. 3. In your text editor, search for the following line: mapTypeId: google.maps.MapTypeId.ROADMAP, Change that line to the following: mapTypeId: google.maps.MapTypeId.SATELLITE, 4. Once you&#8217;ve made that change, copy the contents of your text editor and paste the entirety back into the MapDataTemplate field in your settings layout and commit the record. After making this change, you can run the &#8220;Upon Opening ProMaps&#8221; script and your map will now default to satellite view. =) 5. If the file is cloned, this record will get deleted, so we needed a way to restore the default settings automatically. To do this, you&#8217;ll find\u00a0a hidden layout called &#8220;ProMaps Template&#8221;. You&#8217;ll want\u00a0to update the layout in order to ensure these settings are carried over if you ever clone the file in the future. In order to update the layout,\u00a0navigate to the ProMaps Template layout in layout mode. Then replace the contents of the left-most field with your text editor contents and save the layout. Don&#8217;t add a new object to the layout: select the text in the object already there and replace the text with the new HTML you&#8217;ve edited. With these changes, you should be all set to have ProMaps open in satellite mode by default, and any cloned files will have the settings preserved. Enjoy! [ba-button link=&#8221;https:\/\/www.seedcode.com\/promaps\/&#8221; color=&#8221;Yellow&#8221; target=&#8221;blank&#8221;]Learn more about adding\u00a0ProMaps to your file[\/ba-button]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/\" \/>\n<meta property=\"og:site_name\" content=\"SeedCode\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/seedcoder\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-19T18:13:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/satelitefeatured-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"319\" \/>\n\t<meta property=\"og:image:height\" content=\"325\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"KC Embrey\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dayback\" \/>\n<meta name=\"twitter:site\" content=\"@dayback\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"KC Embrey\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/\"},\"author\":{\"name\":\"KC Embrey\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/89fd50d9241fcafac2e8fc44967d35b5\"},\"headline\":\"Satellite Mode for FileMaker Maps\",\"datePublished\":\"2017-01-19T18:13:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/\"},\"wordCount\":400,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/satelitefeatured-2.png\",\"keywords\":[\"Maps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/\",\"url\":\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/\",\"name\":\"Satellite Mode for FileMaker Maps - SeedCode\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/satelitefeatured-2.png\",\"datePublished\":\"2017-01-19T18:13:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#primaryimage\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/satelitefeatured-2.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/satelitefeatured-2.png\",\"width\":319,\"height\":325},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/seedcode.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Satellite Mode for FileMaker Maps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/seedcode.com\/#website\",\"url\":\"https:\/\/seedcode.com\/\",\"name\":\"SeedCode\",\"description\":\"Build the Software You&#039;ve Always Wanted\",\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/seedcode.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/seedcode.com\/#organization\",\"name\":\"SeedCode\",\"url\":\"https:\/\/seedcode.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"width\":595,\"height\":189,\"caption\":\"SeedCode\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/seedcoder\",\"https:\/\/x.com\/dayback\",\"https:\/\/www.linkedin.com\/company\/seedcode\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/89fd50d9241fcafac2e8fc44967d35b5\",\"name\":\"KC Embrey\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3af11e9688bc5e408572c387a4f2ff4246bb7038e897bdfd5685bdf534fd5b70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3af11e9688bc5e408572c387a4f2ff4246bb7038e897bdfd5685bdf534fd5b70?s=96&d=mm&r=g\",\"caption\":\"KC Embrey\"},\"url\":\"https:\/\/seedcode.com\/author\/kcembrey\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Satellite Mode for FileMaker Maps - SeedCode","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/","og_locale":"en_US","og_type":"article","og_title":"Satellite Mode for FileMaker Maps - SeedCode","og_description":"A customer recently wanted ProMaps to default to Satellite mode, and since customers\u00a0have access to the map&#8217;s html, this was a pretty easy mod to make. Step by step instructions follow, but here&#8217;s what it looks like: (You can toggle the 3D display and switch back to an overhead display by clicking the grid icon in the lower right.) Making satellite\u00a0mode the default\u00a0in your FileMaker map 1. To make this change in your copy of ProMaps,\u00a0first backup your file. Really. 2.\u00a0ProMaps stores\u00a0its settings in a single FileMaker record on the MapSettings table. The HTML template is stored in the MapDataTemplate field.\u00a0To update the MapDataTemplate, you&#8217;ll have to add the MapDataTemplate field to one of the Settings layouts. I chose the General Settings layout. Once you can get at this MapDataTemplate field, enter browse mode and select all the contents of the field, copy them, and paste all that HTML into a text editor of your choice. 3. In your text editor, search for the following line: mapTypeId: google.maps.MapTypeId.ROADMAP, Change that line to the following: mapTypeId: google.maps.MapTypeId.SATELLITE, 4. Once you&#8217;ve made that change, copy the contents of your text editor and paste the entirety back into the MapDataTemplate field in your settings layout and commit the record. After making this change, you can run the &#8220;Upon Opening ProMaps&#8221; script and your map will now default to satellite view. =) 5. If the file is cloned, this record will get deleted, so we needed a way to restore the default settings automatically. To do this, you&#8217;ll find\u00a0a hidden layout called &#8220;ProMaps Template&#8221;. You&#8217;ll want\u00a0to update the layout in order to ensure these settings are carried over if you ever clone the file in the future. In order to update the layout,\u00a0navigate to the ProMaps Template layout in layout mode. Then replace the contents of the left-most field with your text editor contents and save the layout. Don&#8217;t add a new object to the layout: select the text in the object already there and replace the text with the new HTML you&#8217;ve edited. With these changes, you should be all set to have ProMaps open in satellite mode by default, and any cloned files will have the settings preserved. Enjoy! [ba-button link=&#8221;https:\/\/www.seedcode.com\/promaps\/&#8221; color=&#8221;Yellow&#8221; target=&#8221;blank&#8221;]Learn more about adding\u00a0ProMaps to your file[\/ba-button]","og_url":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/","og_site_name":"SeedCode","article_publisher":"https:\/\/www.facebook.com\/seedcoder","article_published_time":"2017-01-19T18:13:42+00:00","og_image":[{"width":319,"height":325,"url":"https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/satelitefeatured-2.png","type":"image\/png"}],"author":"KC Embrey","twitter_card":"summary_large_image","twitter_creator":"@dayback","twitter_site":"@dayback","twitter_misc":{"Written by":"KC Embrey","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#article","isPartOf":{"@id":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/"},"author":{"name":"KC Embrey","@id":"https:\/\/seedcode.com\/#\/schema\/person\/89fd50d9241fcafac2e8fc44967d35b5"},"headline":"Satellite Mode for FileMaker Maps","datePublished":"2017-01-19T18:13:42+00:00","mainEntityOfPage":{"@id":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/"},"wordCount":400,"commentCount":0,"publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"image":{"@id":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/satelitefeatured-2.png","keywords":["Maps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/","url":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/","name":"Satellite Mode for FileMaker Maps - SeedCode","isPartOf":{"@id":"https:\/\/seedcode.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#primaryimage"},"image":{"@id":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/satelitefeatured-2.png","datePublished":"2017-01-19T18:13:42+00:00","breadcrumb":{"@id":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#primaryimage","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/satelitefeatured-2.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2017\/01\/satelitefeatured-2.png","width":319,"height":325},{"@type":"BreadcrumbList","@id":"https:\/\/seedcode.com\/satellite-mode-filemaker-maps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seedcode.com\/"},{"@type":"ListItem","position":2,"name":"Satellite Mode for FileMaker Maps"}]},{"@type":"WebSite","@id":"https:\/\/seedcode.com\/#website","url":"https:\/\/seedcode.com\/","name":"SeedCode","description":"Build the Software You&#039;ve Always Wanted","publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seedcode.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/seedcode.com\/#organization","name":"SeedCode","url":"https:\/\/seedcode.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","width":595,"height":189,"caption":"SeedCode"},"image":{"@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/seedcoder","https:\/\/x.com\/dayback","https:\/\/www.linkedin.com\/company\/seedcode\/"]},{"@type":"Person","@id":"https:\/\/seedcode.com\/#\/schema\/person\/89fd50d9241fcafac2e8fc44967d35b5","name":"KC Embrey","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3af11e9688bc5e408572c387a4f2ff4246bb7038e897bdfd5685bdf534fd5b70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3af11e9688bc5e408572c387a4f2ff4246bb7038e897bdfd5685bdf534fd5b70?s=96&d=mm&r=g","caption":"KC Embrey"},"url":"https:\/\/seedcode.com\/author\/kcembrey\/"}]}},"_links":{"self":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/10401","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/comments?post=10401"}],"version-history":[{"count":0,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/10401\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media\/10402"}],"wp:attachment":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media?parent=10401"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/categories?post=10401"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/tags?post=10401"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}