Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 791363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T21:49:25+00:00 2026-05-14T21:49:25+00:00

I currently have a map mashup that has locations that I’m populating from my

  • 0

I currently have a map mashup that has locations that I’m populating from my own database. A few users would like to also show that map on their site(s). I’d like to give them the ability to do that, but would like to retain the actual functionality of the map on my own site: like add “stuff” to places on the map through my a web form on my site. I could open the entire API to allow them to create their own form along with the data points, but most of the people wanting to put up the map aren’t developers, they are just enthusiasts that have put together a personal page that they want to spice up.

I was thinking I could just provide a JavaScript of some kind that they could then take to place on their site, or maybe an IFRAME of some type, or…any ideas? Anyone implemented this? TIA.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T21:49:25+00:00Added an answer on May 14, 2026 at 9:49 pm

    I haven’t done anything like this myself, but I think your idea to utilise an iframe is on the right track. In fact, this is how Google Maps generates its embed code.

    Your app will need to generate a URL with all relevant Google Map parameters such as bounds, zoom level as well as your application-specific params. Any event that triggers the map to re-draw (drag, zoom, etc.) will generate a new URL.

    If you try the embed link in Google Maps as an example, it generates a URL that looks something like this:

    http://maps.google.com/maps?f=q&source=s_q&sll=45.434035,12.339057&sspn=0.003294,0.004812&ie=UTF8&ll=45.432724,12.338966&spn=0.006588,0.009624&t=h&z=17

    This URL can then be wrapped up in an iframe which your end users can place on their web pages.

    Re: resizing

    Yes, it’s possible to dynamically resize it if width/height is part of your application params that generates the embed code. Again using Google Maps as an example:

    <iframe
       src="http://maps.google.com/maps?f=q&source=s_q&sll=45.434035,12.339057&sspn=0.003294,0.004812&ie=UTF8&ll=45.432724,12.338966&spn=0.006588,0.009624&t=h&z=17&output=embed"
       width="(width-param)" height="(height-param)"></iframe>
    

    If you mean resized by user, after it’s been displayed, I’m not sure.. most likely, yes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have a function that gets some data from the database and puts
Currently I have a map that prints out the following map<string, map<int,int> > mapper;
I currently have a routes.rb file that looks like this: map.resources :profiles do |profile|
I currently have a Google map that geocodes multiple markers on the fly but
I currently have an app (in Silverlight), using mv-vm, that has an interface to
Currently, I have: map.resources :users do |user| user.resources :blogs end How do I turn
Assume I have a class SomeClass that has a lookup dictionary: DataDictionary; I currently
I currently have a map view that is populated with several objects following the
Is it possible to combine Underscore's filter and map? I currently have two separate
I currently have a query that looks like this: SELECT NON EMPTY ([Measures].[TOTAL]) ON

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.